]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Consolidate erf/erfc definitions
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Oct 2025 18:15:32 +0000 (15:15 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 27 Oct 2025 12:46:01 +0000 (09:46 -0300)
commite4d812c980cd6cd1f774bbd500b126aec28ab8db
tree90ca5d59a6ef61faa715f6baa8b43c11fb1ebf8f
parentfc419290f9423533830165e7f91a57ce8b2434d7
math: Consolidate erf/erfc definitions

The common code definitions are consolidated in s_erf_common.h
and s_erf_common.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_common.c [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_erf_common.h [new file with mode: 0644]
sysdeps/ieee754/dbl-64/s_erfc.c