29 #ifndef __BASE_FENV_HH__ 30 #define __BASE_FENV_HH__ 32 #include "config/use_fenv.hh" 34 #define M5_FE_DOWNWARD 0 35 #define M5_FE_TONEAREST 1 36 #define M5_FE_TOWARDZERO 2 37 #define M5_FE_UPWARD 3 53 #endif // __BASE_FENV_HH__ void m5_fesetround(int rm)