summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strcasestr.c
AgeCommit message (Expand)Author
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2010-07-16Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu