X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fasinhl.c;h=b2edf9046b7d35bd5ebe2e1135da1250782aa72b;hp=a86e2f25bafe4fcfe0140922c1ef15e4e7ccaea8;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=fc04675a09587031d5daebcb877b73976890b71d diff --git a/src/math/asinhl.c b/src/math/asinhl.c index a86e2f2..b2edf90 100644 --- a/src/math/asinhl.c +++ b/src/math/asinhl.c @@ -22,12 +22,12 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double asinhl(long double x) { return asinh(x); } -#elif LD80 +#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 static const long double one = 1.000000000000000000000e+00L, /* 0x3FFF, 0x00000000, 0x00000000 */ ln2 = 6.931471805599453094287e-01L, /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */