fxlibc/include/complex.h
2021-05-20 11:35:14 +02:00

4 lines
107 B
C

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