summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
AgeCommit message (Expand)Author
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