mirror of
https://github.com/fluencelabs/musl
synced 2025-05-15 00:31:28 +00:00
one more fenv availability issue: lround
This commit is contained in:
parent
2e77dc13f8
commit
d3fc724759
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user