blob: 547ac7b53a187817bffe3e0e88f014d9304fe722 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef MIPS_LDBL_CLASSIFY_COMPAT_H
#define MIPS_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
|