aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/init-arch.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva1-1/+9
2013-06-14Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva1-0/+7
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka1-11/+0
2013-01-03Add HAS_RTMH.J. Lu1-0/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-02Define HAS_FMA with bit_FMA_UsableH.J. Lu1-0/+3
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell1-10/+17
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-26Really fix AVX testsUlrich Drepper1-7/+7
2012-01-26Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper1-1/+13
2011-10-21Fix compilation problems in x86-64 init-archUlrich Drepper1-1/+2
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper1-1/+9
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva1-3/+7
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu1-3/+8
2011-06-03Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu1-0/+7
2011-03-04Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia1-2/+10
2010-11-12Support Intel processor model 6 and model 0x2.H.J. Lu1-0/+1
2010-11-08Use IFUNC on x86-64 memsetH.J. Lu1-0/+5
2010-08-25Unroll 32bit SSE strlen and handle slow bsfH.J. Lu1-0/+6
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu1-3/+6
2010-05-27Incorrect x86 CPU family and model check.H.J. Lu1-3/+3
2010-04-04Fix concurrent handling of __cpu_features.Ulrich Drepper1-12/+21
2010-01-12Optimize 32bit memset/memcpy with SSE2/SSSE3.H.J. Lu1-1/+17
2009-10-06Clean up x86 multiarch HAS_FOO macros.Roland McGrath1-0/+1
2009-08-28Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu1-9/+1
2009-07-31Support multiarch for i686.H.J. Lu1-10/+8
2009-07-29Prepare use if IFUNC functions outside libc.so.Ulrich Drepper1-0/+10
2009-07-23Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper1-1/+7
2009-06-30Fix little checkin problem in last patch.Ulrich Drepper1-2/+2
2009-06-30Determine and store processor family and model on x86-64.H.J. Lu1-8/+29
2009-05-31Simplify CPUID value handling.Ulrich Drepper1-11/+7
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper1-0/+65