mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00: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
|