diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-08-04 12:13:43 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-04 12:13:43 -0700 |
commit | 02cea47161c00969afa985e641f4ac376f84d35f (patch) | |
tree | cbc5677d2ccdea60e25e7dd6b6f19ca77e5cf3ca /sysdeps/i386/i686/multiarch/strcspn-c.c | |
parent | 421665c40ae002f74130eb4e0b19cb22d97860cf (diff) | |
download | glibc-02cea47161c00969afa985e641f4ac376f84d35f.tar.gz |
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.
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strcspn-c.c')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strcspn-c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/strcspn-c.c b/sysdeps/i386/i686/multiarch/strcspn-c.c new file mode 100644 index 0000000000..6d61e190a8 --- /dev/null +++ b/sysdeps/i386/i686/multiarch/strcspn-c.c @@ -0,0 +1,2 @@ +#define __strcspn_sse2 __strcspn_ia32 +#include <sysdeps/x86_64/multiarch/strcspn-c.c> |