OpenLibm/include/fenv.h

6 lines
80 B
C
Raw Normal View History

2012-08-19 10:14:18 +02:00
#ifdef __LP64
#include "../amd64/fenv.h"
#else
#include "../i387/fenv.h"
#endif