X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fexpl.c;h=ed794fbfe42e9549092c4e353ab0fdaeb991b671;hp=f9fcae766b4bf664676c3fec1c6915d23a0ffa5f;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=fc04675a09587031d5daebcb877b73976890b71d diff --git a/src/math/expl.c b/src/math/expl.c index f9fcae7..ed794fb 100644 --- a/src/math/expl.c +++ b/src/math/expl.c @@ -67,12 +67,12 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double expl(long double x) { return x; } -#elif LD80 +#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 static long double P[3] = { 1.2617719307481059087798E-4L,