Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: Add support to build strcmp/strlen/strchr with explicit ISA level | Noah Goldstein | 2022-07-16 | 1 | -14/+6 |
* | x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCII | Noah Goldstein | 2022-07-13 | 1 | -3/+3 |
* | x86-64: Don't mark symbols as hidden in strcmp-XXX.S | H.J. Lu | 2022-07-07 | 1 | -1/+0 |
* | x86: Add EVEX optimized str{n}casecmp | Noah Goldstein | 2022-03-25 | 1 | -40/+250 |
* | x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895] | Noah Goldstein | 2022-02-16 | 1 | -0/+1 |
* | x86-64: Fix strcmp-evex.S | H.J. Lu | 2022-02-04 | 1 | -1/+1 |
* | x86: Optimize strcmp-evex.S | Noah Goldstein | 2022-02-03 | 1 | -793/+919 |
* | x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755] | Noah Goldstein | 2022-01-10 | 1 | -0/+10 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | x86-64: Use notl in EVEX strcmp [BZ #28646] | Noah Goldstein | 2021-12-03 | 1 | -6/+8 |
* | x86-64: Improve EVEX strcmp with masked load | H.J. Lu | 2021-11-01 | 1 | -218/+243 |
* | x86-64: Add ifunc-avx2.h functions with 256-bit EVEX | H.J. Lu | 2021-03-29 | 1 | -0/+1043 |