about summary refs log tree commit diff
path: root/src/math/__invtrigl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/__invtrigl.h')
-rw-r--r--src/math/__invtrigl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/math/__invtrigl.h b/src/math/__invtrigl.h
index cac465c2..91a8a3b6 100644
--- a/src/math/__invtrigl.h
+++ b/src/math/__invtrigl.h
@@ -1,10 +1,6 @@
-#include <float.h>
-
-#if LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
 /* shared by acosl, asinl and atan2l */
 #define pio2_hi __pio2_hi
 #define pio2_lo __pio2_lo
 extern const long double pio2_hi, pio2_lo;
 
 long double __invtrigl_R(long double z);
-#endif