aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strcmp-evex.S
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov1-10/+10
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-20x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein1-246/+438
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein1-14/+6
2022-07-13x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein1-3/+3
2022-07-07x86-64: Don't mark symbols as hidden in strcmp-XXX.SH.J. Lu1-1/+0
2022-03-25x86: Add EVEX optimized str{n}casecmpNoah Goldstein1-40/+250
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein1-0/+1
2022-02-04x86-64: Fix strcmp-evex.SH.J. Lu1-1/+1
2022-02-03x86: Optimize strcmp-evex.SNoah Goldstein1-793/+919
2022-01-10x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein1-0/+10
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein1-6/+8
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu1-218/+243
2021-03-29x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu1-0/+1043