1 2 3 4 5 6 7
#define __IEEEFP_NOINLINES__ 1 #include <ieeefp.h> fp_rnd_t fpgetround(void) { return __fpgetround(); }