Improve 64 bit strcat functions with SSE2/SSSE3
[platform/upstream/glibc.git] / sysdeps / x86_64 / multiarch / strncat-c.c
1 #define STRNCAT __strncat_sse2
2 #ifdef SHARED
3 #undef libc_hidden_def
4 #define libc_hidden_def(name) \
5   __hidden_ver1 (__strncat_sse2, __GI___strncat, __strncat_sse2);
6 #endif
7
8 #include "string/strncat.c"