X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Flogbl.c;h=5d04abd764404dbb166ae01d18c25cba9b07d679;hp=58d8eeace97a7ef4029ff4485e958f48c51f22b5;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=43091ad6c77c394b7fcff618eed187129b0457fe diff --git a/src/math/logbl.c b/src/math/logbl.c index 58d8eea..5d04abd 100644 --- a/src/math/logbl.c +++ b/src/math/logbl.c @@ -1,6 +1,6 @@ #include #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double logbl(long double x) { return logb(x);