about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpcpy-ssse3.S
Commit message (Collapse)AuthorAgeFilesLines
* x86: Remove str{p}{n}cpy-ssse3Noah Goldstein2022-04-141-3/+0
| | | | | | | With SSE2, SSE4.1, AVX2, and EVEX versions very few targets prefer SSSE3. As a result it is no longer worth it to keep the SSSE3 versions given the code size cost. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-241-0/+3