mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
5 lines
80 B
C
5 lines
80 B
C
#ifdef __LP64
|
|
#include "../amd64/fenv.h"
|
|
#else
|
|
#include "../i387/fenv.h"
|
|
#endif
|