aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2015-06-08This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2-0/+34
2015-05-12Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka2-13/+0
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu8-8/+17
2015-01-23Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu1-0/+2
2015-01-23Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu1-0/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers45-45/+45
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar32-34/+34
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab1-4/+4
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma11-6/+458
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu4-14/+21
2014-06-20Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu2-1/+12
2014-06-20Remove sysdeps/x86_64/multiarch/rtld-strlen.SH.J. Lu1-1/+0
2014-06-19Add x86_64 memset optimized for AVX2Ling Ma5-1/+275
2014-05-03Fix -Wundef warning for FEATURE_INDEX_1.Carlos O'Donell1-7/+6
2014-04-17Detect if AVX2 is usableSihai Yao3-0/+12
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae39-39/+39
2013-12-16Update file name in x86_64 ifunc listAllan McRae1-1/+1
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka8-494/+415
2013-10-08Use p2align instead ALIGNOndřej Bílka6-295/+274
2013-09-26Faster strrchr.Ondřej Bílka5-899/+2
2013-09-11Faster strchr implementation.Ondřej Bílka2-128/+0
2013-09-03Add unaligned strcmp.Ondřej Bílka4-2/+222
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka2-109/+0
2013-08-21Fix typos.Ondřej Bílka1-2/+2
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva5-15/+37
2013-06-26Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva1-4/+2
2013-06-14Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva1-0/+7
2013-05-20Faster memcpy on x64.Ondrej Bilka4-8/+185
2013-03-18Faster strlen on x64.Ondrej Bilka10-1179/+544
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka8-197/+1
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka10-537/+1179
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka10-1179/+537
2013-02-07Remove lots of inline keywords.Roland McGrath2-4/+5
2013-01-05Change __x86_64 prefix in cache size to __x86H.J. Lu3-13/+13
2013-01-03Add HAS_RTMH.J. Lu2-0/+16
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers50-50/+50
2012-11-22test-multiarch: terminate printf output with newlinePino Toscano1-1/+1
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu1-1/+2
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu33-24/+380
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu3-33/+11
2012-10-02Define HAS_FMA with bit_FMA_UsableH.J. Lu2-2/+10
2012-09-27Don't define x86-64 __strncmp_ssse3 in libc.aH.J. Lu1-4/+6
2012-08-15Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath1-6/+26
2012-08-15Clean up x86_64/multiarch/memmove.c include order.Roland McGrath1-20/+18
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2-10/+32
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell5-30/+148
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu1-6/+6
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu1-12/+12
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu1-10/+10