aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein
2021-08-30x86-64: Use testl to check __x86_string_controlH.J. Lu
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu
2021-05-23x86: Improve memmove-vec-unaligned-erms.SNoah Goldstein
2021-04-16x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah
2021-03-29x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu
2021-03-29x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi
2021-01-04x86-64: Avoid rep movsb with short distance [BZ #27130]H.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-05-09x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.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 memcpy: 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-17x86-64: remove duplicate line on PREFETCH_ONE_SET macroLeonardo Sandoval
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-04x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.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-03Fix memmove-vec-unaligned-erms.SH.J. Lu
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu