fenv: return FE_TONEAREST in dummy fegetround
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ int fetestexcept(int mask)
|
|||||||
|
|
||||||
int fegetround(void)
|
int fegetround(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return FE_TONEAREST;
|
||||||
}
|
}
|
||||||
|
|
||||||
int fesetround(int r)
|
int fesetround(int r)
|
||||||
|
|||||||
Reference in New Issue
Block a user