aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-10-28 17:02:01 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-11-22 10:52:26 -0300
commitc4c64ba5d10fecc3bb3749d72c69ce21fe0d0aaa (patch)
tree7a72300da0fff000f4956d87b071f6dd173aab26 /math/Makefile
parentc5d241f06b42c1211813118a6185a01a3dae1d00 (diff)
downloadglibc-c4c64ba5d10fecc3bb3749d72c69ce21fe0d0aaa.tar.xz
glibc-c4c64ba5d10fecc3bb3749d72c69ce21fe0d0aaa.zip
math: Split s_erfF in erff and erfc
So we can eventually replace each implementation. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \