about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcmp-evex.S
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov2023-05-231-10/+10
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* x86: Add support for VEC_SIZE == 64 in strcmp-evex.S implNoah Goldstein2022-10-201-246/+438
* x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein2022-07-161-14/+6
* x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein2022-07-131-3/+3
* x86-64: Don't mark symbols as hidden in strcmp-XXX.SH.J. Lu2022-07-071-1/+0
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-03-251-40/+250
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-02-161-0/+1
* x86-64: Fix strcmp-evex.SH.J. Lu2022-02-041-1/+1
* x86: Optimize strcmp-evex.SNoah Goldstein2022-02-031-793/+919
* x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein2022-01-101-0/+10
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-031-6/+8
* x86-64: Improve EVEX strcmp with masked loadH.J. Lu2021-11-011-218/+243
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2021-03-291-0/+1043