mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-01 06:23:37 +01:00
5 lines
104 B
C
5 lines
104 B
C
|
/* On SuperH, we use a port of OpenLibm. */
|
||
|
#ifdef __SUPPORT_ARCH_SH
|
||
|
# include <openlibm_math.h>
|
||
|
#endif
|