]> 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>
Mon, 16 May 2022 18:48:09 +0000 (11:48 -0700)
commit4b61d7652164786786c4b154e2903929281fd09e
tree02d48d6e8054ad31da5cce0d23c108a5f590b7e3
parent2fef1961a7ba992c51df04dc6c5bffdfd5adb41b
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 84% similarity]
sysdeps/x86_64/strpbrk.S [deleted file]