Commit 6656391
committed
Correct documentation for
Langref for `roundeven` implies that the C standard function `roundeven`
may raise floating point exceptions. However, this is not correct; C23
does not mention exceptions for `roundeven`, and per [1] `FE_INEXACT` is
never raised.
Clarify that LLVM's `roundeven` behaves the same.
[1]: https://en.cppreference.com/w/c/numeric/math/roundevenroundeven
1 parent 31db7af commit 6656391
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17255 | 17255 | | |
17256 | 17256 | | |
17257 | 17257 | | |
17258 | | - | |
17259 | | - | |
| 17258 | + | |
| 17259 | + | |
17260 | 17260 | | |
17261 | 17261 | | |
17262 | 17262 | | |
| |||
0 commit comments