about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-091-7/+18
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-011-1/+7
|
* Clean up warnings in new x86_64/multiarch code.Roland McGrath2010-08-251-4/+25
|
* Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7H.J. Lu2010-06-301-0/+24
This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7.