Remove some math_private.h libc_feholdexcept_setround overrides.
[glibc.git] / sysdeps / microblaze / math_private.h
blob64dc18133fa664ad8b998c61d7173a93feae3230
1 #ifndef MICROBLAZE_MATH_PRIVATE_H
2 #define MICROBLAZE_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_next <math_private.h>
10 #endif