| 1 | #define USE_SSSE3 1 |
|---|---|
| 2 | #define USE_AS_STRCASECMP_L |
| 3 | #define NO_NOLOCALE_ALIAS |
| 4 | #define STRCMP __strcasecmp_l_ssse3 |
| 5 | #define __strcasecmp __strcasecmp_ssse3 |
| 6 | #include "../strcmp.S" |
| 7 |
| 1 | #define USE_SSSE3 1 |
|---|---|
| 2 | #define USE_AS_STRCASECMP_L |
| 3 | #define NO_NOLOCALE_ALIAS |
| 4 | #define STRCMP __strcasecmp_l_ssse3 |
| 5 | #define __strcasecmp __strcasecmp_ssse3 |
| 6 | #include "../strcmp.S" |
| 7 |