]> sourceware.org Git - 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)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 25 Mar 2022 16:46:13 +0000 (11:46 -0500)
commit9c8a6ad620b49a27120ecdd7049c26bf05900397
treedbab6abeedc8f1ea007d5c8434646ce5bfe804bb
parent653358535280a599382cb6c77538a187dac6a87f
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>
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]
This page took 0.296048 seconds and 5 git commands to generate.