about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-063-3/+3
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-055-3/+851
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-1/+1
* Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-212-29/+27
* Fix whitespacesUlrich Drepper2011-07-194-12/+9
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-1915-318/+1486
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-2410-1838/+5488
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-242-3/+14
* Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu2011-06-031-0/+7
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-172-2/+2
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-012-5/+15
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-15/+30
* Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia2011-03-041-2/+10
* Fix some warning nits.Roland McGrath2011-02-041-0/+1
* Support Intel processor model 6 and model 0x2.H.J. Lu2010-11-121-0/+1
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-0/+6
* Use IFUNC on x86-64 memsetH.J. Lu2010-11-088-4/+210
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-251-2/+2
* Implement accurate fma.Jakub Jelinek2010-10-131-2/+2
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-2/+2
* Re-enable all strncasecmp versions.Ulrich Drepper2010-09-201-2/+0
* Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper2010-09-201-0/+2
* Move slow Atom code to separate section.Ulrich Drepper2010-08-261-1/+1
* Unroll x86-64 strlenH.J. Lu2010-08-264-69/+401
* Missing comma in last commit.H.J. Lu2010-08-261-1/+1
* Clean up warnings in new x86_64/multiarch code.Roland McGrath2010-08-255-21/+63
* Unroll 32bit SSE strlen and handle slow bsfH.J. Lu2010-08-252-0/+12
* Add missing copyright year updated and pretty printing.Ulrich Drepper2010-08-243-3/+3
* Clean up SSE variable shiftsRichard Henderson2010-08-246-354/+73
* Fix two typos in x86-64 SSE4.2 strncasecmp implementation.Ulrich Drepper2010-08-191-2/+2
* Fix fourth parameter of SSE4.2 strcmp for x86-64.Ulrich Drepper2010-08-151-3/+3
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-144-223/+306
* Fix x86-64 build without multiarch.Ulrich Drepper2010-08-141-0/+1
* Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper2010-07-314-20/+373
* Pretty printing x86-64 SSE4.3 strcmp.Ulrich Drepper2010-07-301-29/+29
* Fix tolower operation in strcasestr.Ulrich Drepper2010-07-301-1/+1
* Avoid compiling unneeded file in ld.so.Ulrich Drepper2010-07-271-3/+5
* Speed up x86-64 strcasestr a bit moew.Ulrich Drepper2010-07-241-5/+11
* Add strcasestr-nonascii to i386 buildAndreas Schwab2010-07-212-7/+10
* Fix non-ASCII case of SSE4.2 strcasstr.Ulrich Drepper2010-07-161-0/+2
* Speed up SSE4.2 strcasestr by avoiding indirect function call.Ulrich Drepper2010-07-164-49/+76
* Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu2010-06-3016-6/+6635
* Incorrect x86 CPU family and model check.H.J. Lu2010-05-271-3/+3
* Check DATA_CACHE_SIZE_HALFH.J. Lu2010-04-141-2/+2
* Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu2010-04-141-6/+371
* x86-64 SSE4 optimized memcmpH.J. Lu2010-04-144-1/+1331
* Update x86-64 cpu multiarch selection header.Ulrich Drepper2010-04-131-17/+21
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-04-042-14/+23
* Don't define __strpbrk_sse42 in static libraryH.J. Lu2010-03-241-4/+8