about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/ifunc-impl-list.c
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Remove avx512 strstr implementationAdhemerval Zanella2024-03-271-6/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein2022-11-081-2/+26
* x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein2022-11-081-3/+60
* x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey2022-11-031-0/+10
* x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey2022-10-251-0/+12
* x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey2022-10-181-0/+15
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-031-3/+14
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-031-2/+8
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-031-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-031-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-031-2/+5
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-031-1/+3
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-031-8/+20
* x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein2022-07-161-72/+111
* x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein2022-07-161-3/+9
* x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein2022-07-161-289/+359
* x86: Remove generic strncat, strncpy, and stpncpy implementationsNoah Goldstein2022-07-121-6/+3
* x86: Add support for building {w}memcmp{eq} with explicit ISA levelNoah Goldstein2022-07-051-51/+66
* x86: Add support for building {w}memset{_chk} with explicit ISA levelNoah Goldstein2022-07-051-120/+129
* x86: Add support for building {w}memmove{_chk} with explicit ISA levelNoah Goldstein2022-07-051-215/+252
* x86: Add support for building str{c|p}{brk|spn} with explicit ISA levelNoah Goldstein2022-07-051-0/+6
* x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN argumentsH.J. Lu2022-06-291-48/+51
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-06-291-0/+4
* x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.cNoah Goldstein2022-06-271-1/+1
* x86: Add support for compiling {raw|w}memchr with high ISA levelNoah Goldstein2022-06-221-31/+41
* x86: Rename generic functions with unique postfix for clarityNoah Goldstein2022-06-161-9/+9
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-06-061-0/+6
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-05-261-0/+20
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-05-161-42/+0
* x86: Remove memcmp-sse4.SNoah Goldstein2022-04-151-4/+0
* x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein2022-04-141-15/+0
* x86: Remove str{p}{n}cpy-ssse3Noah Goldstein2022-04-141-8/+0
* x86: Remove str{n}cat-ssse3Noah Goldstein2022-04-141-4/+0
* x86: Remove str{n}{case}cmp-ssse3Noah Goldstein2022-04-141-16/+0
* x86: Remove {w}memcmp-ssse3Noah Goldstein2022-04-141-4/+0
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-03-251-12/+0
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-03-251-0/+16
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-03-251-0/+28
* x86-64: Optimize bzeroH.J. Lu2022-02-081-0/+42
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein2021-10-271-1/+0
* x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein2021-10-271-2/+0
* x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein2021-10-271-0/+21
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2021-07-081-2/+2
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-231-0/+3
* x86: Optimize memcmp-avx2-movbe.SNoah Goldstein2021-05-181-0/+6
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-081-0/+15