fxlibc/include/fenv.h
Lephenixnoir 865b01c812
math, fenv, complex: use OpenLibm unconditionally
This won't build on vhex-x86 but that can be left for another time. The
previous approach did not work because the __SUPPORT flags are not
defined when interfacing the library.
2021-05-20 23:19:40 +02:00

3 lines
71 B
C

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