X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2F__cosl.c;h=9ea51ecfe5ec8610dcbb8f753133d9abfd908b6d;hp=bac03032ddb120498b3458ab98e7e39a1afaee11;hb=59c2bd747bce9b1e35c893b2ace9bea57523a901;hpb=fc04675a09587031d5daebcb877b73976890b71d diff --git a/src/math/__cosl.c b/src/math/__cosl.c index bac0303..9ea51ec 100644 --- a/src/math/__cosl.c +++ b/src/math/__cosl.c @@ -14,7 +14,7 @@ #include "libm.h" -#if LD80 +#if LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 /* * ld80 version of __cos.c. See __cos.c for most comments. */