X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ferfl.c;h=c38d74501de97acbdcc5d4c4b1586ffd95390d27;hb=5298ab468eb88cace2413703ac409009efaa8ca7;hp=86c2bad2dff0f955fb56cb48a3ae9b997e18c46e;hpb=fc04675a09587031d5daebcb877b73976890b71d;p=libm diff --git a/src/math/erfl.c b/src/math/erfl.c index 86c2bad..c38d745 100644 --- a/src/math/erfl.c +++ b/src/math/erfl.c @@ -100,12 +100,12 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double erfl(long double x) { return erfl(x); } -#elif LD80 +#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 static const long double tiny = 1e-4931L, half = 0.5L,