mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-04 07:53:38 +01:00
6 lines
80 B
C
6 lines
80 B
C
|
#ifdef __LP64
|
||
|
#include "../amd64/fenv.h"
|
||
|
#else
|
||
|
#include "../i387/fenv.h"
|
||
|
#endif
|