]> 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)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 17 May 2022 03:44:20 +0000 (20:44 -0700)
commit1cd4946134f67dcc7acabd44cbb7956474f901f7
tree602998a54e262a381dbc6135ac732571eed7a41c
parenta16658ee66b40c41f7953de86f9f5f7ee0f3fccb
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>
(cherry picked from commit fe28e7d9d9535ebab4081d195c553b4fbf39d9ae)
sysdeps/x86_64/multiarch/strcspn-sse2.c [moved from sysdeps/x86_64/multiarch/strcspn-sse2.S with 89% similarity]
sysdeps/x86_64/strcspn.S [deleted file]