mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 08:11:08 +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.
3 lines
86 B
C
3 lines
86 B
C
#define __strpbrk_sse2 __strpbrk_ia32
|
|
#include <sysdeps/x86_64/multiarch/strpbrk-c.c>
|