mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +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
|