32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
[glibc.git] / sysdeps / i386 / i686 / multiarch / strncmp-c.c
blobcc059da49441e4058ecfc81a388ccc5a7bae0dd3
1 #ifdef SHARED
2 # define STRNCMP __strncmp_ia32
3 # undef libc_hidden_builtin_def
4 # define libc_hidden_builtin_def(name) \
5 __hidden_ver1 (__strncmp_ia32, __GI_strncmp, __strncmp_ia32);
6 #endif
8 #include "string/strncmp.c"