aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/memmove.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-07-09x86-64: Update comments in IFUNC selectorsH.J. Lu1-2/+1
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu1-0/+38
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu1-73/+0
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich1-2/+11
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu1-3/+3
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-2/+2
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma1-4/+8
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu1-0/+1
2012-08-15Clean up x86_64/multiarch/memmove.c include order.Roland McGrath1-20/+18
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu1-7/+18
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-04-01Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu1-1/+7
2010-08-25Clean up warnings in new x86_64/multiarch code.Roland McGrath1-4/+25
2010-06-30Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu1-0/+24