We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabe100 commit 0965448Copy full SHA for 0965448
library/core/src/primitive_docs.rs
@@ -1183,8 +1183,8 @@ mod prim_f64 {}
1183
/// as many bits as `f64`. Please see [the documentation for [`prim@f32`] or [Wikipedia on
1184
/// quad-precision values][wikipedia] for more information.
1185
///
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.
+/// Note that most major platforms do not have hardware support for `f128`, in which case a
+/// software implementation will be used. This can be significantly slower than using `f64`.
1188
1189
/// *[See also the `std::f128::consts` module](crate::f128::consts).*
1190
0 commit comments