diff options
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2024-12-13 15:43:07 +0000 |
---|---|---|
committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-02-28 14:32:28 +0000 |
commit | dd8c0c3bbd4e22e00a7275c75dc0d40f24bb0d68 (patch) | |
tree | 66c48ee3b23322020b165e469a48c2bd5e2c1fb6 /sysdeps/ia64 | |
parent | a1b09e59e2de9a5634a864e1a915f9f46e2cdd3a (diff) | |
download | glibc-release/2.39/master.zip glibc-release/2.39/master.tar.gz glibc-release/2.39/master.tar.bz2 |
math: Improve layout of exp/exp10 datarelease/2.39/master
GCC aligns global data to 16 bytes if their size is >= 16 bytes. This patch
changes the exp_data struct slightly so that the fields are better aligned
and without gaps. As a result on targets that support them, more load-pair
instructions are used in exp. Exp10 is improved by moving invlog10_2N later
so that neglog10_2hiN and neglog10_2loN can be loaded using load-pair.
The exp benchmark improves 2.5%, "144bits" by 7.2%, "768bits" by 12.7% on
Neoverse V2. Exp10 improves by 1.5%.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 5afaf99edb326fd9f36eb306a828d129a3a1d7f7)
Diffstat (limited to 'sysdeps/ia64')
0 files changed, 0 insertions, 0 deletions