about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unroll the loop x86-64 SSE4.2 strlen.H.J. Lu2010-01-131-15/+45
* Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu2010-01-123-1/+34
* Define bit_SSE2 and index_SSE2.H.J. Lu2009-12-131-0/+2
* Define bit_XXX and index_XXX.H.J. Lu2009-12-139-17/+31
* Fix whitespaces.Ulrich Drepper2009-10-222-11/+11
* Implement SSE4.2 optimized strchr and strrchr.H.J. Lu2009-10-224-1/+506
* Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch defini...Roland McGrath2009-10-062-5/+4
* Clean up x86 multiarch HAS_FOO macros.Roland McGrath2009-10-062-23/+10
* Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek2009-09-024-6/+8
* Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2009-08-281-9/+1
* Move SSE4.2 functions together.Ulrich Drepper2009-08-082-0/+2
* Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-074-4/+17
* Avoid warning through fake initialization.Ulrich Drepper2009-08-071-0/+2
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-042-4/+4
* Support multiarch for i686.H.J. Lu2009-07-313-11/+15
* Add support for x86-64 fma instruction.Ulrich Drepper2009-07-293-0/+90
* Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-292-2/+30
* Refine testing for xmm/ymm register use in x86-64 ld.so.Ulrich Drepper2009-07-271-1/+0
* Make sure no code in ld.so uses xmm/ymm registers on x86-64.Ulrich Drepper2009-07-262-0/+2
* Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu2009-07-263-262/+109
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-9/+4
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
* Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper2009-07-232-11/+10
* Minor cleanups in x86-64 strstr.Ulrich Drepper2009-07-211-78/+55
* Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper2009-07-201-11/+15
* SSE4.2 strstr/strcasestr for x86-64.H.J. Lu2009-07-205-1/+519
* Minor cleanups in recently added files.Ulrich Drepper2009-07-032-79/+57
* Align functions to 16-byte boundary.Ulrich Drepper2009-07-034-0/+4
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-037-0/+776
* Whitespace fixes in last patch.Ulrich Drepper2009-07-021-31/+31
* SSSE3 strcpy/stpcpy for x86-64H.J. Lu2009-07-027-1/+1950
* Fix little checkin problem in last patch.Ulrich Drepper2009-06-301-2/+2
* Determine and store processor family and model on x86-64.H.J. Lu2009-06-303-8/+33
* Clean up whitespaces in last patch.Ulrich Drepper2009-06-221-1/+1
* Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu2009-06-225-0/+1695
* Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2009-06-051-0/+93
* Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper2009-06-051-2/+7
* Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper2009-06-051-3/+4
* Optimize x86-64 strlen for SSE4.2.Ulrich Drepper2009-06-054-1/+104
* Fix up sched_cpucount in x86-64.Ulrich Drepper2009-05-311-13/+9
* Simplify CPUID value handling.Ulrich Drepper2009-05-313-32/+15
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-134-0/+180