X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Froundl.c;h=ce56e8a93bf7bb4ccb1a3e2e48ff288b9dacc1d2;hp=b92b8fbddd4241e24654b013374178687a5371f7;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=43091ad6c77c394b7fcff618eed187129b0457fe;ds=sidebyside diff --git a/src/math/roundl.c b/src/math/roundl.c index b92b8fb..ce56e8a 100644 --- a/src/math/roundl.c +++ b/src/math/roundl.c @@ -26,7 +26,7 @@ */ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double roundl(long double x) { return round(x);