]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Consolidate acosh and asinh internal table
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Oct 2025 18:15:25 +0000 (15:15 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 27 Oct 2025 12:34:04 +0000 (09:34 -0300)
commitcb8d1575b633187c2df0bc6cae262d9d5f959b05
tree006f8d292a89c5f29c2433aa9206a0bf227947fc
parent79b70fc09fadae3f8547193c2d30f8a004d65000
math: Consolidate acosh and asinh internal table

The shared internal data definitions are consolidated in
s_asincosh_data.c.

Reviewed-by: DJ Delorie <dj@redhat.com>
math/Makefile
sysdeps/ieee754/dbl-64/e_acosh.c
sysdeps/ieee754/dbl-64/s_asincosh_data.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_asincosh_data.h [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_asinh.c