2010-08-01 04:41:09 +00:00
|
|
|
#define USE_SSSE3 1
|
|
|
|
#define USE_AS_STRCASECMP_L
|
2010-08-14 21:56:32 +00:00
|
|
|
#define NO_NOLOCALE_ALIAS
|
2010-08-01 04:41:09 +00:00
|
|
|
#define STRCMP __strcasecmp_l_ssse3
|
|
|
|
#define __strcasecmp __strcasecmp_ssse3
|
|
|
|
#include "../strcmp.S"
|