Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add x86-64 __libc_ifunc_impl_list | H.J. Lu | 2012-10-11 | 1 | -0/+2 |
| | |||||
* | SSSE3 strcpy/stpcpy for x86-64 | H.J. Lu | 2009-07-02 | 1 | -0/+7 |
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. |