about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strstr-c.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch ↵Roland McGrath2009-10-061-2/+4
| | | | definitions.
* Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek2009-09-021-1/+2
|
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-201-0/+12
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm.