X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fremainderl.c;h=7794560840f82529c1b12f3faf578337eb9ee314;hp=d5656dacaafdbd0e96e287b5200aa35eae19254e;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=43091ad6c77c394b7fcff618eed187129b0457fe diff --git a/src/math/remainderl.c b/src/math/remainderl.c index d5656da..7794560 100644 --- a/src/math/remainderl.c +++ b/src/math/remainderl.c @@ -1,5 +1,5 @@ #include "libm.h" -#if LD64 +#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double remainderl(long double x, long double y) { return remainder(x, y);