aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/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-11-14Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper
2011-11-13SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper
2011-10-28Move wide char related routines to wcsmbs subdirAndreas Schwab
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-10-12Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu
2010-08-27Add missing i686/multiarch/Makefile bit for shared x86_64 code.Roland McGrath
2010-08-25Unroll 32bit SSE strlen and handle slow bsfH.J. Lu
2010-08-24Clean up SSE variable shiftsRichard Henderson
2010-07-21Add strcasestr-nonascii to i386 buildAndreas Schwab
2010-04-14Add x86-32 FMA supportH.J. Lu
2010-02-1532bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2H.J. Lu
2010-01-12Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu
2009-08-04Add x86 32-bit SSE4.2 string functions.H.J. Lu
2009-07-31Support multiarch for i686.H.J. Lu