aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strstr-c.c
AgeCommit message (Collapse)Author
2012-08-15Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu
2009-10-06Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch ↵Roland McGrath
definitions.
2009-09-02Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm.