about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich2016-01-161-5/+6
* Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2015-12-191-1/+2
* Remove -mavx2 configure tests.Joseph Myers2015-10-281-5/+1
* Remove configure tests for SSE4 support.Joseph Myers2015-10-061-5/+2
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-131-1/+0
* Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma2014-07-301-0/+1
* Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu2014-07-141-2/+5
* Add x86_64 memset optimized for AVX2Ling Ma2014-06-191-1/+3
* Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka2013-12-141-6/+3
* Faster strrchr.Ondřej Bílka2013-09-261-2/+2
* Add unaligned strcmp.Ondřej Bílka2013-09-031-2/+4
* Faster memcpy on x64.Ondrej Bilka2013-05-201-1/+1
* Faster strlen on x64.Ondrej Bilka2013-03-181-4/+2
* Remove Prefer_SSE_for_memop on x64Ondrej Bilka2013-03-111-1/+1
* Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka2013-03-061-2/+4
* * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka2013-03-061-4/+2