]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Remove strspn-sse2.S and use the generic implementation
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 23 Mar 2022 21:57:29 +0000 (16:57 -0500)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 17 May 2022 03:44:45 +0000 (20:44 -0700)
commitc434fafebac8187f46b5de9240ca3f359974e202
treea8ac18ab928c6bbce7d53f8c8c76d01b499fff81
parent667c1f9103381efe63b7f81d4f0c93620978c367
x86: Remove strspn-sse2.S and use the generic implementation

The generic implementation is faster.

geometric_mean(N=20) of all benchmarks New / Original: .710

All string/memory tests pass.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
(cherry picked from commit 9c8a6ad620b49a27120ecdd7049c26bf05900397)
sysdeps/x86_64/multiarch/strspn-sse2.c [moved from sysdeps/x86_64/multiarch/strspn-sse2.S with 89% similarity]
sysdeps/x86_64/strspn.S [deleted file]