x86: Optimize memchr-evex.S
No bug. This commit optimizes memchr-evex.S. The optimizations include replacing some branches with cmovcc, avoiding some branches entirely in the less_4x_vec case, making the page cross logic less strict, saving some ALU in the alignment process, and most importantly increasing ILP in the 4x loop. test-memchr, test-rawmemchr, and test-wmemchr are all passing. Signed-off-by:Noah Goldstein <goldstein.w.n@gmail.com> Reviewed-by:
H.J. Lu <hjl.tools@gmail.com>
Loading
-
mentioned in commit 6ea916ad
-
mentioned in commit 8e8377ce
-
mentioned in commit 68e43882
-
mentioned in commit cba2fbe1
-
mentioned in commit 3cee1dda
-
mentioned in commit 81d2a205
-
mentioned in commit 6b4f9a4a
-
mentioned in commit 82ff13e2
-
mentioned in commit 539b593a
-
mentioned in commit ae98c17a
-
mentioned in commit f73bf741
-
mentioned in commit 3dea108f
-
mentioned in commit 355afae9
Please register or sign in to comment