aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686
AgeCommit message (Collapse)Author
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper
2011-09-05Fix whitespacesUlrich Drepper
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva
2011-09-05Fix whitespacesUlrich Drepper
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper
2011-08-23Fix spurious nop at start of __strspn_ia32Andreas Schwab
2011-08-04Fix whitespacesUlrich Drepper
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-07-14Quash a warning in strstr-c.c built for static.Roland McGrath
2011-06-25Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger
2010-12-14Undo accidental checkin.Ulrich Drepper
2010-12-09Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek
2010-12-01Remove dead code from x86-32 SSSE3 strncmp.H.J. Lu
2010-11-0532bit memset-sse2.S fails with uneven cache sizeUlrich Drepper
32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If it isn't true, memset-sse2.S will fail. For example, a processor can have 24576 KB L3 cache and 20 cores. That is 2516582 byte per core. Half of it is 1258291, which isn't helpful for vector instructions. This patch rounds cache sizes to multiple of 256 bytes and adds "raw" cache sizes.
2010-10-13Implement accurate fma.Jakub Jelinek
2010-10-11Correct implementation of fmaf.Jakub Jelinek
2010-08-27Add missing i686/multiarch/Makefile bit for shared x86_64 code.Roland McGrath
2010-08-27Fixup x86 after x86-64 varshift change.Ulrich Drepper
2010-08-25Unroll 32bit SSE strlen and handle slow bsfH.J. Lu
2010-08-24Clean up SSE variable shiftsRichard Henderson
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab
2010-07-21Add missing file from last commit.Andreas Schwab
2010-07-21Add strcasestr-nonascii to i386 buildAndreas Schwab
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu
2010-04-14Add x86-32 FMA supportH.J. Lu
2010-03-18Fix sysdeps/i386/i686/multiarch/memcmp-ssse3.SH.J. Lu
2010-03-04Pass -mtune=i686 to assembler when compiling for i686H.J. Lu
2010-02-26Fix unwind info in x86 strcmp-sse4.SH.J. Lu
2010-02-24Fix issues in x86 memcpy-ssse3-rep.SH.J. Lu
2010-02-24Fix issues in x86 memcpy-ssse3.SH.J. Lu
2010-02-24Fix issues in x86 memset-sse2.S/memset-sse2-rep.SH.J. Lu
2010-02-18Use CPUID_OFFSET instead of FEATURE_OFFSETH.J. Lu
2010-02-17Align x86 memcmp-sse4.S and fix unwind info.H.J. Lu
2010-02-17Fix unwind info in x86 memcmp-ssse3.H.J. Lu
2010-02-17Simplify x86 strcmp-sse4 unwind info.H.J. Lu
2010-02-17Fix and cleanup unwind info in x86 strcmp-ssse<F3>.Ulrich Drepper
2010-02-15Remove commented-out code.Ulrich Drepper
2010-02-15Fix up new x86 string functions.Ulrich Drepper
2010-02-1532bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2H.J. Lu
2010-01-19Support __memmove_ssse3_rep when SHARED isn't defined.H.J. Lu
2010-01-12Fix whitespace problems.Ulrich Drepper
2010-01-12Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu
2009-12-13Define bit_SSE2 and index_SSE2.H.J. Lu
2009-09-03Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper
2009-08-28Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu
It turns that SSSE3 isn't slow on Atom. The problem is bsf. This patch removes ENABLE_SSSE3_ON_ATOM.
2009-08-08Use PIC only if SHARED is defined.H.J. Lu
For ia32, we can avoid PIC in IFUNC functions in static library.
2009-08-07Fix whitespace in last patch.Ulrich Drepper
2009-08-07Add the missing "; \".H.J. Lu