aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-1/+1
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu1-0/+2
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu13-36/+4
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu5-1/+17
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu15-890/+306
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu7-217/+39
2016-06-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu1-1/+1
2016-05-19Remove alignments on jump targets in memsetH.J. Lu1-32/+5
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2-21/+0
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu4-171/+226
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu1-54/+84
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu1-13/+19
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu1-0/+13
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu1-0/+2
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu6-32/+40
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu1-24/+30
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu6-1/+335
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu6-1/+594
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu3-430/+404
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu9-57/+69
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu1-1/+1
2016-03-22Don't set %rcx twice before "rep movsb"H.J. Lu1-1/+0
2016-03-06Group AVX512 functions in .text.avx512 sectionH.J. Lu2-2/+2
2016-03-04x86-64: Fix memcpy IFUNC selectionH.J. Lu1-13/+14
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