From c4c64ba5d10fecc3bb3749d72c69ce21fe0d0aaa Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 28 Oct 2024 17:02:01 -0300 Subject: math: Split s_erfF in erff and erfc So we can eventually replace each implementation. Reviewed-by: DJ Delorie --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math') diff --git a/math/Makefile b/math/Makefile index b64c3eedd5..2d5e016496 100644 --- a/math/Makefile +++ b/math/Makefile @@ -201,6 +201,7 @@ libm-calls = \ s_ceilF \ s_cosF \ s_erfF \ + s_erfcF \ s_expm1F \ s_fabsF \ s_floorF \ -- cgit v1.2.3