X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp2l.c;h=ce085a73d987a5fe212020ba575df7e660151d1b;hb=5ed902d4e232ceac6db6c14f52c6c972ae7cf029;hp=c90a6f24e476503de52bea23813b55a5218cfb9e;hpb=fc04675a09587031d5daebcb877b73976890b71d;p=libm diff --git a/src/math/exp2l.c b/src/math/exp2l.c index c90a6f2..ce085a7 100644 --- a/src/math/exp2l.c +++ b/src/math/exp2l.c @@ -27,12 +27,12 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double exp2l(long double x) { return exp2l(x); } -#elif LD80 +#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 #define TBLBITS 7 #define TBLSIZE (1 << TBLBITS)