aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Fixed build with assembler w/o AVX-512 support.Andrew Senkevich1-0/+12
2016-01-16Fixed typos in __memcpy_chk.Andrew Senkevich1-3/+3
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich11-19/+540
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers44-44/+44
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich5-3/+225
2015-10-28Remove -mavx2 configure tests.Joseph Myers4-23/+15
2015-10-08Remove configure tests for AVX support.Joseph Myers1-14/+8
2015-10-06Remove configure tests for SSE4 support.Joseph Myers3-14/+2
2015-08-25Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2-2/+0
2015-08-20Remove the unused IFUNC filesH.J. Lu2-17/+0
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu1-22/+0
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu21-174/+177
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu6-421/+5
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2-0/+8
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