]> sourceware.org Git - glibc.git/commit
x86: Shrink code size of memchr-evex.S
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 7 Jun 2022 04:11:34 +0000 (21:11 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 7 Jun 2022 20:10:32 +0000 (13:10 -0700)
commit56da3fe1dd075285fa8186d44b3c28e68c687e62
tree1e8449eb4a7c1a8ea2050b917073245ab6683990
parent6dcbb7d95dded20153b12d76d2f4e0ef0cda4f35
x86: Shrink code size of memchr-evex.S

This is not meant as a performance optimization. The previous code was
far to liberal in aligning targets and wasted code size unnecissarily.

The total code size saving is: 64 bytes

There are no non-negligible changes in the benchmarks.
Geometric Mean of all benchmarks New / Old: 1.000

Full xcheck passes on x86_64.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86_64/multiarch/memchr-evex.S
This page took 0.044498 seconds and 5 git commands to generate.