Blame sysdeps/mips/ldbl-classify-compat.h

Packit Service 82fcde
#ifndef MIPS_LDBL_CLASSIFY_COMPAT_H
Packit Service 82fcde
#define MIPS_LDBL_CLASSIFY_COMPAT_H 1
Packit Service 82fcde
Packit Service 82fcde
/* Enable __finitel, __isinfl, and __isnanl for binary compatibility
Packit Service 82fcde
   when built without long double support. */
Packit Service 82fcde
#define LDBL_CLASSIFY_COMPAT 1
Packit Service 82fcde
Packit Service 82fcde
#endif