SSSE3 strcpy/stpcpy for x86-64
[glibc.git] / sysdeps / x86_64 / multiarch / strncpy-c.c
blob296c32cb5dba5d7ff5c51812595259ae56968bef
1 #define STRNCPY __strncpy_sse2
2 #ifdef SHARED
3 #undef libc_hidden_builtin_def
4 #define libc_hidden_builtin_def(name) \
5 __hidden_ver1 (__strncpy_sse2, __GI_strncpy, __strncpy_sse2);
6 #endif
8 #include "strncpy.c"