summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein
2022-07-05x86: Add support for building {w}memmove{_chk} with explicit ISA levelNoah Goldstein
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
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-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu