diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-10-10 15:15:32 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-10-27 09:46:01 -0300 |
| commit | e4d812c980cd6cd1f774bbd500b126aec28ab8db (patch) | |
| tree | 90ca5d59a6ef61faa715f6baa8b43c11fb1ebf8f /math | |
| parent | fc419290f9423533830165e7f91a57ce8b2434d7 (diff) | |
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>
Diffstat (limited to 'math')
| -rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 4658357f11..94258d160c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -363,6 +363,7 @@ type-double-routines := \ math_err \ s_asincosh_data \ s_atanh_data \ + s_erf_common \ s_erf_data \ s_erfc_data \ sincostab \ |
