aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Make strcmp with unaligned load/store the defaulthjl/unalignedH.J. Lu1-2/+2
2015-08-28Correct x86-64 memcpy/mempcpy multiarch selectorH.J. Lu1-1/+1
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu1-1/+0
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma1-0/+1
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu1-2/+5
2014-06-19Add x86_64 memset optimized for AVX2Ling Ma1-1/+3
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka1-6/+3
2013-09-26Faster strrchr.Ondřej Bílka1-2/+2
2013-09-03Add unaligned strcmp.Ondřej Bílka1-2/+4
2013-05-20Faster memcpy on x64.Ondrej Bilka1-1/+1
2013-03-18Faster strlen on x64.Ondrej Bilka1-4/+2
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka1-1/+1
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka1-2/+4
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka1-4/+2
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell1-0/+1
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper1-1/+5
2011-10-23Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva1-2/+2
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva1-1/+2
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva1-1/+2
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva1-2/+4
2011-06-24Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu1-2/+5
2010-11-08Use IFUNC on x86-64 memsetH.J. Lu1-1/+2
2010-08-26Unroll x86-64 strlenH.J. Lu1-1/+1
2010-08-25Clean up warnings in new x86_64/multiarch code.Roland McGrath1-0/+1
2010-08-24Clean up SSE variable shiftsRichard Henderson1-1/+1
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper1-1/+2
2010-07-31Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper1-1/+1
2010-07-16Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper1-1/+2
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu1-1/+3
2010-04-14x86-64 SSE4 optimized memcmpH.J. Lu1-1/+1
2009-10-22Implement SSE4.2 optimized strchr and strrchr.H.J. Lu1-1/+2
2009-08-07Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper1-1/+1
2009-07-26Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu1-1/+1
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu1-1/+3
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu1-0/+6
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu1-1/+1
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu1-0/+4
2009-06-05Optimize x86-64 strlen for SSE4.2.Ulrich Drepper1-0/+1
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper1-0/+3