Move some fenv.h override macros to generic math_private.h.
[glibc.git] / sysdeps / arm / math_private.h
blobd39e9ee24a162833ab24c6152c922e180df01c4b
1 #ifndef ARM_MATH_PRIVATE_H
2 #define ARM_MATH_PRIVATE_H 1
4 /* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5 when built without long double support. */
6 #define LDBL_CLASSIFY_COMPAT 1
8 #include "fenv_private.h"
9 #include_next <math_private.h>
11 #endif