about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu2017-06-091-1/+3
* x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu2017-06-091-0/+2
* x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu2017-06-061-1/+2
* x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu2017-06-051-1/+4
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-051-0/+4
* X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu2016-06-081-4/+2
* X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu2016-06-081-2/+1
* Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2016-05-111-1/+0
* Add x86-64 memset with unaligned store and rep stosbH.J. Lu2016-03-311-1/+4
* Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu2016-03-311-1/+4
* Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu2016-03-281-1/+1
* Implement x86-64 multiarch mempcpy in memcpyH.J. Lu2016-03-281-4/+4