aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strncpy.S
AgeCommit message (Collapse)Author
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu
This patch adds SSSE3 strcpy/stpcpy. I got up to 4X speed up on Core 2 and Core i7. I disabled it on Atom since SSSE3 version is slower for shorter (<64byte) data.