aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch/strstr-c.c
AgeCommit message (Collapse)Author
2012-10-11Add i686 __libc_ifunc_impl_listH.J. Lu
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu
2011-07-14Quash a warning in strstr-c.c built for static.Roland McGrath
2009-09-03Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper
2009-08-04Add x86 32-bit SSE4.2 string functions.H.J. Lu
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.