fxlibc/include/fenv.h

5 lines
104 B
C
Raw Normal View History

/* On SuperH, we use a port of OpenLibm. */
#ifdef __SUPPORT_ARCH_SH
# include <openlibm_fenv.h>
#endif