diff options
Diffstat (limited to 'sysdeps/arm')
-rw-r--r-- | sysdeps/arm/ldbl-classify-compat.h | 8 | ||||
-rw-r--r-- | sysdeps/arm/math_private.h | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sysdeps/arm/ldbl-classify-compat.h b/sysdeps/arm/ldbl-classify-compat.h new file mode 100644 index 0000000000..f3f10607ca --- /dev/null +++ b/sysdeps/arm/ldbl-classify-compat.h @@ -0,0 +1,8 @@ +#ifndef ARM_LDBL_CLASSIFY_COMPAT_H +#define ARM_LDBL_CLASSIFY_COMPAT_H 1 + +/* Enable __finitel, __isinfl, and __isnanl for binary compatibility + when built without long double support. */ +#define LDBL_CLASSIFY_COMPAT 1 + +#endif diff --git a/sysdeps/arm/math_private.h b/sysdeps/arm/math_private.h index d39e9ee24a..c175b15601 100644 --- a/sysdeps/arm/math_private.h +++ b/sysdeps/arm/math_private.h @@ -1,10 +1,6 @@ #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> |