]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Consolidate internal erf/erfc tables
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Oct 2025 18:15:31 +0000 (15:15 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 27 Oct 2025 12:34:04 +0000 (09:34 -0300)
commitfc419290f9423533830165e7f91a57ce8b2434d7
tree8d3ff10b7c5ed8341e63b46f6df5a3fea1a03e04
parentacaad9ab06d406503bfd0f4a29cf81cd56994ec4
math: Consolidate internal erf/erfc tables

The shared internal data definitions are consolidated in
s_erf_data.c and the erfc only one are moved to s_erfc_data.c.

Checked on x86_64-linux-gnu, aarch64-linux-gnu, and
powerpc64le-linux-gnu.

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