X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2F__sinl.c;h=71851d81c3131504ac1efa300cf53e8347662527;hb=0a036507374004156ba6dfd5db9d0c8efa70e78a;hp=667c94b477d388aea310f776c02be9e5284d4c11;hpb=fc04675a09587031d5daebcb877b73976890b71d;p=libm diff --git a/src/math/__sinl.c b/src/math/__sinl.c index 667c94b..71851d8 100644 --- a/src/math/__sinl.c +++ b/src/math/__sinl.c @@ -13,7 +13,7 @@ #include "libm.h" -#if LD80 +#if LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384 /* * ld80 version of __sin.c. See __sin.c for most comments. */