]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Remove strcspn-sse2.S and use the generic implementation
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 23 Mar 2022 21:57:26 +0000 (16:57 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 25 Mar 2022 16:46:13 +0000 (11:46 -0500)
commitfe28e7d9d9535ebab4081d195c553b4fbf39d9ae
tree0389ef2287f8390aadb0484f01f06b1e86ad6a80
parent412d10343168b05b8cf6c3683457cf9711d28046
x86: Remove strcspn-sse2.S and use the generic implementation

The generic implementation is faster.

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

All string/memory tests pass.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86_64/multiarch/strcspn-sse2.c [moved from sysdeps/x86_64/multiarch/strcspn-sse2.S with 85% similarity]
sysdeps/x86_64/strcspn.S [deleted file]