xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | #ifndef ARM_MATH_PRIVATE_H |
2 | #define ARM_MATH_PRIVATE_H 1 | ||||
3 | |||||
4 | /* Enable __finitel, __isinfl, and __isnanl for binary compatibility | ||||
5 | when built without long double support. */ | ||||
6 | #define LDBL_CLASSIFY_COMPAT 1 | ||||
7 | |||||
8 | #include "fenv_private.h" | ||||
9 | #include_next <math_private.h> | ||||
10 | |||||
11 | #endif |