Commit 84b365c
authored
[LangRef] 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 (#125452)1 parent cef6dbb commit 84b365c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17396 | 17396 | | |
17397 | 17397 | | |
17398 | 17398 | | |
17399 | | - | |
17400 | | - | |
| 17399 | + | |
| 17400 | + | |
17401 | 17401 | | |
17402 | 17402 | | |
17403 | 17403 | | |
| |||
0 commit comments