aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/Makefile
AgeCommit message (Expand)Author
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
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper
2010-07-31Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper
2010-07-16Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu
2010-04-14x86-64 SSE4 optimized memcmpH.J. Lu
2009-10-22Implement SSE4.2 optimized strchr and strrchr.H.J. Lu
2009-08-07Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper
2009-07-26Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu
2009-06-05Optimize x86-64 strlen for SSE4.2.Ulrich Drepper
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper