mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
6 lines
103 B
ArmAsm
6 lines
103 B
ArmAsm
#ifndef NOT_IN_libc
|
|
# define USE_SSSE3 1
|
|
# define STRCMP __strcmp_ssse3
|
|
# include "../strcmp.S"
|
|
#endif
|