glibc/sysdeps/i386/i686/multiarch/strpbrk.S
H.J. Lu 02cea47161 Add x86 32-bit SSE4.2 string functions.
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.
2009-08-04 12:13:43 -07:00

4 lines
68 B
ArmAsm

#define STRCSPN strpbrk
#define USE_AS_STRPBRK
#include "strcspn.S"