aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strstr.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27x86_64: Remove avx512 strstr implementationAdhemerval Zanella1-21/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-27x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein1-4/+4
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli1-4/+20
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu1-1/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka1-363/+25
2013-02-07Remove lots of inline keywords.Roland McGrath1-3/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-28More cleanups of x86-64 strstrUlrich Drepper1-13/+12
2011-10-28Clean up x86-64 strcasestrUlrich Drepper1-13/+12
2010-08-24Clean up SSE variable shiftsRichard Henderson1-61/+1
2010-07-30Fix tolower operation in strcasestr.Ulrich Drepper1-1/+1
2010-07-24Speed up x86-64 strcasestr a bit moew.Ulrich Drepper1-5/+11
2010-07-21Add strcasestr-nonascii to i386 buildAndreas Schwab1-5/+8
2010-07-16Fix non-ASCII case of SSE4.2 strcasstr.Ulrich Drepper1-0/+2
2010-07-16Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper1-48/+20
2009-07-21Minor cleanups in x86-64 strstr.Ulrich Drepper1-78/+55
2009-07-20Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper1-11/+15
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu1-0/+483