]> 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)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 17 May 2022 03:44:33 +0000 (20:44 -0700)
commit667c1f9103381efe63b7f81d4f0c93620978c367
tree59325d85d91388b1258fa95587e2175296cd9823
parent1cd4946134f67dcc7acabd44cbb7956474f901f7
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>
(cherry picked from commit 653358535280a599382cb6c77538a187dac6a87f)
sysdeps/x86_64/multiarch/strpbrk-sse2.c [moved from sysdeps/x86_64/multiarch/strpbrk-sse2.S with 87% similarity]
sysdeps/x86_64/strpbrk.S [deleted file]