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