]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Move atanh internal data to separate file
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Oct 2025 18:15:26 +0000 (15:15 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 27 Oct 2025 12:34:04 +0000 (09:34 -0300)
commit140e802cb3e5d5e23b297d2ccf0505b4d348ae4b
tree704f9a769c10143c352959c078a533a8b34b2173
parentcb8d1575b633187c2df0bc6cae262d9d5f959b05
math: Move atanh internal data to separate file

The internal data definitions are moved to s_atanh_data.c.
It helps on ABIs that build the implementation multiple times for
ifunc optimizations, like x86_64.

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