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