mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
02cea47161
This patch adds 32bit SSE4.2 string functions. It uses -16L instead of 0xfffffffffffffff0L, which works for both 32bit and 64bit long. Tested on 32bit Core i7 and Core 2.
4 lines
68 B
ArmAsm
4 lines
68 B
ArmAsm
#define STRCSPN strpbrk
|
|
#define USE_AS_STRPBRK
|
|
#include "strcspn.S"
|