support ld80 pseudo-denormal invalid bit patterns; treat them as nan
[oweals/musl.git] / src / math / sinl.c
index 0b1aeb75dbddb15dffe42340aaa76bf67482d2fa..7e0b44f464b424543495dd0c4d7a5e6ad21e80b8 100644 (file)
@@ -34,8 +34,6 @@ long double sinl(long double x)
        return sin(x);
 }
 #elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384
-#include "__rem_pio2l.h"
-
 long double sinl(long double x)
 {
        union IEEEl2bits z;