@@ -1787,8 +1787,9 @@ extern "rust-intrinsic" {
1787
1787
/// so this rounds half-way cases to the number with an even least significant digit.
1788
1788
///
1789
1789
/// May raise an inexact floating-point exception if the argument is not an integer.
1790
- /// However, Rust assumes floating-point exceptions cannot be observed, so this is not something that
1791
- /// can actually be used from Rust code.
1790
+ /// However, Rust assumes floating-point exceptions cannot be observed, so these exceptions
1791
+ /// cannot actually be utilized from Rust code.
1792
+ /// In other words, this intrinsic is equivalent in behavior to `nearbyintf32` and `roundevenf32`.
1792
1793
///
1793
1794
/// The stabilized version of this intrinsic is
1794
1795
/// [`f32::round_ties_even`](../../std/primitive.f32.html#method.round_ties_even)
@@ -1798,8 +1799,9 @@ extern "rust-intrinsic" {
1798
1799
/// so this rounds half-way cases to the number with an even least significant digit.
1799
1800
///
1800
1801
/// May raise an inexact floating-point exception if the argument is not an integer.
1801
- /// However, Rust assumes floating-point exceptions cannot be observed, so this is not something that
1802
- /// can actually be used from Rust code.
1802
+ /// However, Rust assumes floating-point exceptions cannot be observed, so these exceptions
1803
+ /// cannot actually be utilized from Rust code.
1804
+ /// In other words, this intrinsic is equivalent in behavior to `nearbyintf64` and `roundevenf64`.
1803
1805
///
1804
1806
/// The stabilized version of this intrinsic is
1805
1807
/// [`f64::round_ties_even`](../../std/primitive.f64.html#method.round_ties_even)
0 commit comments