summaryrefslogtreecommitdiff
path: root/src/math/tanl.c
diff options
context:
space:
mode:
authornsz <nsz@port70.net>2012-03-19 19:26:31 +0100
committernsz <nsz@port70.net>2012-03-19 19:26:31 +0100
commit2e8c8fbe7d65ba0026cb084dc8570d94cbc908ff (patch)
tree59b2813cfc9f1e2d36d80d6c8b39c404fc9cdbe7 /src/math/tanl.c
parentc3587effe27a3ac8c1406f064b7705963be9887a (diff)
downloadmusl-2e8c8fbe7d65ba0026cb084dc8570d94cbc908ff.tar.gz
don't inline __rem_pio2l so the code size is smaller
Diffstat (limited to 'src/math/tanl.c')
-rw-r--r--src/math/tanl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/tanl.c b/src/math/tanl.c
index 462ead91..0194eaf7 100644
--- a/src/math/tanl.c
+++ b/src/math/tanl.c
@@ -38,8 +38,6 @@ long double tanl(long double x)
return tan(x);
}
#elif (LDBL_MANT_DIG == 64 || LDBL_MANT_DIG == 113) && LDBL_MAX_EXP == 16384
-#include "__rem_pio2l.h"
-
long double tanl(long double x)
{
union IEEEl2bits z;