about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-0/+1
|
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-151-1/+2
|
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-121-1/+3
|
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-051-1/+2
|
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-051-1/+2
|
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-041-1/+2
|
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-241-1/+3
|
* Add missing i686/multiarch/Makefile bit for shared x86_64 code.Roland McGrath2010-08-271-0/+1
|
* Unroll 32bit SSE strlen and handle slow bsfH.J. Lu2010-08-251-1/+2
|
* Clean up SSE variable shiftsRichard Henderson2010-08-241-1/+1
|
* Add strcasestr-nonascii to i386 buildAndreas Schwab2010-07-211-1/+2
|
* Add x86-32 FMA supportH.J. Lu2010-04-141-0/+6
|
* 32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2H.J. Lu2010-02-151-1/+3
|
* Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu2010-01-121-0/+4
|
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-041-0/+11
| | | | | | This patch adds 32bit SSE4.2 string functions. It uses -16L instead of 0xfffffffffffffff0L, which works for both 32bit and 64bit long. Tested on 32bit Core i7 and Core 2.
* Support multiarch for i686.H.J. Lu2009-07-311-0/+4
This patch adds multiarch support when configured for i686. I modified some x86-64 functions to support 32bit. I will contribute 32bit SSE string and memory functions later.