summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/Makefile
AgeCommit message (Expand)Author
2018-06-01x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu
2017-06-12x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-10-28Remove -mavx2 configure tests.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu
2014-06-19Add x86_64 memset optimized for AVX2Ling Ma
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2013-09-26Faster strrchr.Ondřej Bílka
2013-09-03Add unaligned strcmp.Ondřej Bílka
2013-05-20Faster memcpy on x64.Ondrej Bilka
2013-03-18Faster strlen on x64.Ondrej Bilka
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-10-23Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-06-24Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu
2010-11-08Use IFUNC on x86-64 memsetH.J. Lu
2010-08-26Unroll x86-64 strlenH.J. Lu
2010-08-25Clean up warnings in new x86_64/multiarch code.Roland McGrath
2010-08-24Clean up SSE variable shiftsRichard Henderson