提交 d3fc7247 编写于 作者: R Rich Felker

one more fenv availability issue: lround

上级 2e77dc13
...@@ -58,7 +58,9 @@ dtype fn(type x) ...@@ -58,7 +58,9 @@ dtype fn(type x)
x = roundit(x); x = roundit(x);
return (dtype)x; return (dtype)x;
} else { } else {
#ifdef FE_INVALID
feraiseexcept(FE_INVALID); feraiseexcept(FE_INVALID);
#endif
return DTYPE_MAX; return DTYPE_MAX;
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册