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

The generic implementation is faster (see strcspn commit).

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