提交 68847ecd 编写于 作者: S Szabolcs Nagy

fenv: return FE_TONEAREST in dummy fegetround

上级 45ff9d8e
......@@ -19,7 +19,7 @@ int fetestexcept(int mask)
int fegetround(void)
{
return 0;
return FE_TONEAREST;
}
int fesetround(int r)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册