1#if IS_IN (libc) 2# define USE_SSSE3 1 3# define STRCMP __strcmp_ssse3 4# include "../strcmp.S" 5#endif 6