about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpncpy-c.c
Commit message (Collapse)AuthorAgeFilesLines
* SSSE3 strcpy/stpcpy for x86-64H.J. Lu2009-07-021-0/+8
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.