]> sourceware.org Git - glibc.git/commit
x86-64: Refactor and improve performance of strchr-avx2.S
authornoah <goldstein.w.n@gmail.com>
Wed, 3 Feb 2021 05:38:59 +0000 (00:38 -0500)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Feb 2021 19:21:33 +0000 (11:21 -0800)
commit1f745ecc2109890886b161d4791e1406fdfc29b8
tree9b4a720644878a95873789c16333a41d079cf747
parentc1f46f9db723d88082899ee703aa00779230d510
x86-64: Refactor and improve performance of strchr-avx2.S

No bug. Just seemed the performance could be improved a bit. Observed
and expected behavior are unchanged. Optimized body of main
loop. Updated page cross logic and optimized accordingly. Made a few
minor instruction selection modifications. No regressions in test
suite. Both test-strchrnul and test-strchr passed.
sysdeps/x86_64/multiarch/strchr-avx2.S
sysdeps/x86_64/multiarch/strchr.c
This page took 0.038573 seconds and 5 git commands to generate.