summaryrefslogtreecommitdiffstats
path: root/arch/kvx/include/asm/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/kvx/include/asm/string.h')
-rw-r--r--arch/kvx/include/asm/string.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/kvx/include/asm/string.h b/arch/kvx/include/asm/string.h
new file mode 100644
index 0000000000..6e98910c39
--- /dev/null
+++ b/arch/kvx/include/asm/string.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2019 Kalray Inc.
+ */
+
+#ifndef _ASM_KVX_STRING_H
+#define _ASM_KVX_STRING_H
+
+/**
+ * FIXME AUTO: Implement optimized memcpy and memset for kvx
+ */
+
+#endif /* _ASM_KVX_STRING_H */
+