X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fllroundl.c;h=9e2cfdc717895188b88f74e97334947216529b1e;hp=a9ed0dab51f225c6242ada30b9c22b8cbd7bebeb;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=43091ad6c77c394b7fcff618eed187129b0457fe diff --git a/src/math/llroundl.c b/src/math/llroundl.c index a9ed0da..9e2cfdc 100644 --- a/src/math/llroundl.c +++ b/src/math/llroundl.c @@ -1,5 +1,5 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long long llroundl(long double x) { return llround(x);