1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00
Files
glibc/sysdeps
Wilco Dijkstra 5afaf99edb math: Improve layout of exp/exp10 data
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>
2025-02-13 18:16:54 +00:00
..
2025-02-12 16:31:57 -03:00
2025-01-05 20:02:53 +01:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-02-12 16:31:57 -03:00
2025-01-31 09:34:36 -03:00
2025-02-12 16:31:57 -03:00
2025-01-30 10:16:37 -03:00
2025-02-12 16:31:57 -03:00