Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | #ifndef MICROBLAZE_LDBL_CLASSIFY_COMPAT_H |
|---|---|
| 2 | #define MICROBLAZE_LDBL_CLASSIFY_COMPAT_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 | #endif |
| 9 |
Warning: This file is not a C or C++ file. It does not have highlighting.
