blob: 38c5c99949baa75b7a45b2f6df02dce18ea3a404 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef MICROBLAZE_LDBL_CLASSIFY_COMPAT_H
#define MICROBLAZE_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
|