X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Flroundl.c;fp=src%2Fmath%2Flroundl.c;h=1469127b9064c2432a177783c6ef4112b06eb018;hp=bbe719eec15d23bfe339f82d4c6042ca3427d105;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=43091ad6c77c394b7fcff618eed187129b0457fe;ds=sidebyside diff --git a/src/math/lroundl.c b/src/math/lroundl.c index bbe719e..1469127 100644 --- a/src/math/lroundl.c +++ b/src/math/lroundl.c @@ -1,5 +1,5 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long lroundl(long double x) { return lround(x);