parent
227ffbe936
commit
1a7e8cebad
|
@ -14,7 +14,7 @@ int _vscprintf (const char * format, va_list pargs);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//FPU rounding code
|
// FPU rounding code
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
typedef enum { FE_TONEAREST = 0, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD } eRoundType;
|
typedef enum { FE_TONEAREST = 0, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD } eRoundType;
|
||||||
int fesetround(int RoundType);
|
int fesetround(int RoundType);
|
||||||
|
|
Loading…
Reference in New Issue