summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strncmp-ssse3.S
blob: 96380a46bef7c69b1c26e6d80fb283961e8f7001 (plain)
1
2
3
4
5
6
#ifdef SHARED
# define USE_SSSE3 1
# define STRCMP __strncmp_ssse3
# define USE_AS_STRNCMP
# include "../strcmp.S"
#endif