Add x86 32-bit SSE4.2 string functions.
commit02cea47161c00969afa985e641f4ac376f84d35f
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 4 Aug 2009 19:13:43 +0000 (4 12:13 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Aug 2009 19:13:43 +0000 (4 12:13 -0700)
treecbc5677d2ccdea60e25e7dd6b6f19ca77e5cf3ca
parent421665c40ae002f74130eb4e0b19cb22d97860cf
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.
14 files changed:
ChangeLog
sysdeps/i386/i686/multiarch/Makefile
sysdeps/i386/i686/multiarch/strcasestr-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strcasestr.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strcspn-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strcspn.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strpbrk-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strpbrk.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strspn-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strspn.S [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strstr-c.c [new file with mode: 0644]
sysdeps/i386/i686/multiarch/strstr.c [new file with mode: 0644]
sysdeps/x86_64/multiarch/strcspn-c.c
sysdeps/x86_64/multiarch/strspn-c.c