one more fenv availability issue: lround

This commit is contained in:
Rich Felker 2012-03-17 00:02:36 -04:00
parent 2e77dc13f8
commit d3fc724759

View File

@ -58,7 +58,9 @@ dtype fn(type x)
x = roundit(x);
return (dtype)x;
} else {
#ifdef FE_INVALID
feraiseexcept(FE_INVALID);
#endif
return DTYPE_MAX;
}
}