about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strcasestr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of SSE4.2 functions for strstr on i686Andreas Schwab2013-12-181-1/+0
| | | | | The SSE4.2 have been removed from x86_64 by commit 584b18eb. This patch fixes the build on i686, which attempts to use the removed files.
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-041-0/+1
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.