From 2e8c8fbe7d65ba0026cb084dc8570d94cbc908ff Mon Sep 17 00:00:00 2001 From: nsz Date: Mon, 19 Mar 2012 19:26:31 +0100 Subject: don't inline __rem_pio2l so the code size is smaller --- src/math/sincosl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/math/sincosl.c') diff --git a/src/math/sincosl.c b/src/math/sincosl.c index 378dc979..e14129a2 100644 --- a/src/math/sincosl.c +++ b/src/math/sincosl.c @@ -9,8 +9,6 @@ void sincosl(long double x, long double *sin, long double *cos) *cos = c; } #elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384 -#include "__rem_pio2l.h" - void sincosl(long double x, long double *sin, long double *cos) { union IEEEl2bits u; -- cgit v1.2.1