about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/arm/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/arm/math_private.h')
-rw-r--r--REORG.TODO/sysdeps/arm/math_private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/arm/math_private.h b/REORG.TODO/sysdeps/arm/math_private.h
new file mode 100644
index 0000000000..d39e9ee24a
--- /dev/null
+++ b/REORG.TODO/sysdeps/arm/math_private.h
@@ -0,0 +1,11 @@
+#ifndef ARM_MATH_PRIVATE_H
+#define ARM_MATH_PRIVATE_H 1
+
+/* Enable __finitel, __isinfl, and __isnanl for binary compatibility
+   when built without long double support. */
+#define LDBL_CLASSIFY_COMPAT 1
+
+#include "fenv_private.h"
+#include_next <math_private.h>
+
+#endif