Skip to content

Commit 0965448

Browse files
ultrabeartgross35
andauthored
Update library/core/src/primitive_docs.rs
Co-authored-by: Trevor Gross <t.gross35@gmail.com>
1 parent aabe100 commit 0965448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/primitive_docs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,8 @@ mod prim_f64 {}
11831183
/// as many bits as `f64`. Please see [the documentation for [`prim@f32`] or [Wikipedia on
11841184
/// quad-precision values][wikipedia] for more information.
11851185
///
1186-
/// Note that not all major platforms have hardware support for f128, in which case a
1187-
/// software implementation will be used. This may be slower than expected.
1186+
/// Note that most major platforms do not have hardware support for `f128`, in which case a
1187+
/// software implementation will be used. This can be significantly slower than using `f64`.
11881188
///
11891189
/// *[See also the `std::f128::consts` module](crate::f128::consts).*
11901190
///

0 commit comments

Comments
 (0)