| 1 | #define USE_SSSE3 1 |
|---|---|
| 2 | #define USE_AS_STRNCASECMP_L |
| 3 | #define NO_NOLOCALE_ALIAS |
| 4 | #define STRCMP __strncasecmp_l_ssse3 |
| 5 | #define __strncasecmp __strncasecmp_ssse3 |
| 6 | #include "../strcmp.S" |
| 7 |
| 1 | #define USE_SSSE3 1 |
|---|---|
| 2 | #define USE_AS_STRNCASECMP_L |
| 3 | #define NO_NOLOCALE_ALIAS |
| 4 | #define STRCMP __strncasecmp_l_ssse3 |
| 5 | #define __strncasecmp __strncasecmp_ssse3 |
| 6 | #include "../strcmp.S" |
| 7 |