aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)Author
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu
2017-06-07x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu
2017-05-18Correct comments in x86_64/multiarch/memcmp.SH.J. Lu
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu
2016-06-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu
2016-05-19Remove alignments on jump targets in memsetH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu
2016-03-22Don't set %rcx twice before "rep movsb"H.J. Lu
2016-03-06Group AVX512 functions in .text.avx512 sectionH.J. Lu
2016-03-04x86-64: Fix memcpy IFUNC selectionH.J. Lu
2016-01-19Fixed build with assembler w/o AVX-512 support.Andrew Senkevich
2016-01-16Fixed typos in __memcpy_chk.Andrew Senkevich
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-10-28Remove -mavx2 configure tests.Joseph Myers
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-08-25Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu
2015-08-20Remove the unused IFUNC filesH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu