about summary refs log tree commit diff
path: root/string/strncpy.c
Commit message (Collapse)AuthorAgeFilesLines
* SSSE3 strcpy/stpcpy for x86-64H.J. Lu2009-07-021-4/+5
| | | | | | 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.
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+87
|
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-87/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+87