about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcmp-ssse3.S
blob: 1b7fa33c91c6b3eddafe2ec9a37895012bcf5f4d (plain) (blame)
1
2
3
4
5
#if IS_IN (libc)
# define USE_SSSE3 1
# define STRCMP __strcmp_ssse3
# include "../strcmp.S"
#endif