31 #ifndef __BASE_FENV_HH__
32 #define __BASE_FENV_HH__
34 #include "config/use_fenv.hh"
36 #define M5_FE_DOWNWARD 0
37 #define M5_FE_TONEAREST 1
38 #define M5_FE_TOWARDZERO 2
39 #define M5_FE_UPWARD 3
55 #endif // __BASE_FENV_HH__
void m5_fesetround(int rm)