about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86: Add avx2 optimized functions for the wchar_t strcpy familyNoah Goldstein2022-11-081-0/+6
* x86: Add evex optimized functions for the wchar_t strcpy familyNoah Goldstein2022-11-081-1/+13
* x86_64: Implement evex512 version of strrchr and wcsrchrSunil K Pandey2022-11-031-0/+2
* x86_64: Implement evex512 version of strchrnul, strchr and wcschrSunil K Pandey2022-10-251-0/+3
* x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey2022-10-181-0/+3
* x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein2022-07-161-1/+0
* x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein2022-07-161-2/+0
* x86: Remove generic strncat, strncpy, and stpncpy implementationsNoah Goldstein2022-07-121-3/+0
* x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-genericH.J. Lu2022-07-081-3/+0
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-06-291-0/+1
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-06-291-0/+1
* x86: Rename generic functions with unique postfix for clarityNoah Goldstein2022-06-161-16/+17
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-06-061-0/+2
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-05-261-0/+4
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-05-161-1/+0
* x86: Remove memcmp-sse4.SNoah Goldstein2022-04-151-2/+0
* x86: Optimize memcmp SSE2 in memcmp.SNoah Goldstein2022-04-151-1/+1
* x86: Reduce code size of mem{move|pcpy|cpy}-ssse3Noah Goldstein2022-04-141-1/+0
* x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein2022-04-141-2/+0
* x86: Remove str{p}{n}cpy-ssse3Noah Goldstein2022-04-141-4/+0
* x86: Remove str{n}cat-ssse3Noah Goldstein2022-04-141-2/+0
* x86: Remove str{n}{case}cmp-ssse3Noah Goldstein2022-04-141-4/+0
* x86: Remove {w}memcmp-ssse3Noah Goldstein2022-04-141-2/+0
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-03-251-2/+0
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-03-251-0/+2
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-03-251-0/+4
* x86-64: Optimize bzeroH.J. Lu2022-02-081-0/+1
* x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu2022-02-051-114/+176
* x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein2021-10-271-0/+4
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-231-2/+2
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-081-2/+5
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2021-03-291-0/+27
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2021-03-291-1/+3
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+1
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+1
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+6
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2021-03-291-2/+19
* x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2020-09-111-4/+0
* x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval2019-01-141-0/+3
* x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval2018-06-011-2/+4
* x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu2017-06-211-4/+10
* x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu2017-06-151-0/+1
* x86-64: Implement strcat family IFUNC selectors in CH.J. Lu2017-06-151-0/+1
* x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu2017-06-151-0/+1
* x86-64: Implement memset family IFUNC selectors in CH.J. Lu2017-06-151-1/+2
* x86-64: Implement memmove family IFUNC selectors in CH.J. Lu2017-06-141-1/+4
* x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu2017-06-121-0/+1
* x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu2017-06-091-0/+2
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-091-0/+1
* x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu2017-06-091-0/+2