don't inline __rem_pio2l so the code size is smaller
[musl] / src / math / sinl.c
index 0b1aeb7..7e0b44f 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;