about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S')
-rw-r--r--sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S b/sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S
index bfa1a16a35..9e723f22b2 100644
--- a/sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S
+++ b/sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S
@@ -1,4 +1,8 @@
-#define MEMCMP __wmemcmp_avx2_movbe
+#ifndef WMEMCMP
+# define WMEMCMP	__wmemcmp_avx2_movbe
+#endif
+
+#define MEMCMP	WMEMCMP
 #define USE_AS_WMEMCMP 1
 
 #include "memcmp-avx2-movbe.S"