]> 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>
Mon, 16 May 2022 18:52:47 +0000 (11:52 -0700)
commit420cd6f155bf3dd4ff252843991ebe896e35c7ec
tree02c44b0e17722bf6cdf50f1638438e642a87e6cc
parent4b61d7652164786786c4b154e2903929281fd09e
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 86% similarity]
sysdeps/x86_64/strspn.S [deleted file]