about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strncmp-sse4_2.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/strncmp-sse4_2.S')
-rw-r--r--sysdeps/x86_64/multiarch/strncmp-sse4_2.S7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/x86_64/multiarch/strncmp-sse4_2.S b/sysdeps/x86_64/multiarch/strncmp-sse4_2.S
index 310a6dbe77..2a02f0c2a6 100644
--- a/sysdeps/x86_64/multiarch/strncmp-sse4_2.S
+++ b/sysdeps/x86_64/multiarch/strncmp-sse4_2.S
@@ -16,8 +16,5 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#if IS_IN (libc)
-# define STRCMP_SSE42 __strncmp_sse42
-# define USE_AS_STRNCMP
-# include "strcmp-sse42.S"
-#endif
+#define USE_AS_STRNCMP
+#include "strcmp-sse4_2.S"