X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flogbl.c;h=5d04abd764404dbb166ae01d18c25cba9b07d679;hb=4a1a5bbeb8516d59f7c964d1b7e744ef90b36c79;hp=58d8eeace97a7ef4029ff4485e958f48c51f22b5;hpb=fc04675a09587031d5daebcb877b73976890b71d;p=libm 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);