summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-28x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein
2023-05-23Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein
2022-06-29x86: Move and slightly improve memset_ermsNoah Goldstein
2022-05-16x86_64: Remove bzero optimizationAdhemerval Zanella
2022-02-12x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein
2022-02-08x86-64: Optimize bzeroH.J. Lu
2022-02-06x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein
2021-05-20x86: Improve memset-vec-unaligned-erms.SNoah Goldstein
2021-04-19x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein
2021-03-29x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu
2021-03-29x86-64: Add memset family functions with 256-bit EVEXH.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-07-06x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-05-23x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu
2018-05-07x86-64/memset: Mark the debugger symbol as hiddenH.J. Lu
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu
2016-05-19Remove alignments on jump targets in memsetH.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-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu