]> git.ipfire.org Git - thirdparty/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)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 19 Jul 2022 05:13:57 +0000 (22:13 -0700)
commit289f772721e088f4b3f9204903bc6cba7e860849
treea42be964922a56dd1616166c0f7b3cd67d3357ac
parent992086b659a897e9019e97d82d3589adba317e6e
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>
(cherry picked from commit 56da3fe1dd075285fa8186d44b3c28e68c687e62)
sysdeps/x86_64/multiarch/memchr-evex.S