aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strcmp-sse42.S
AgeCommit message (Expand)AuthorFilesLines
2021-11-02x86-64: Replace movzx with movzblFangrui Song1-2/+2
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
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-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu1-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in strcmp-sse42.SH.J. Lu1-1/+1
2018-07-17x86-64: Add _CET_ENDBR to STRCMP_SSE42H.J. Lu1-0/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu1-0/+34
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-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-08-30Fix typos.Ondřej Bílka1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu1-1/+3
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu1-6/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-11-01Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper1-2/+2
2011-10-25Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper1-175/+130
2011-10-19Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper1-0/+1836