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