1#ifdef SHARED
2# define USE_SSSE3 1
3# define STRCMP __strncmp_ssse3
4# define USE_AS_STRNCMP
5# include "../strcmp.S"
6#endif
7