File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1082,6 +1082,9 @@ impl<T> (T,) {}
1082
1082
/// bits. Please see [the documentation for [`prim@f32`] or [Wikipedia on
1083
1083
/// half-precision values][wikipedia] for more information.
1084
1084
///
1085
+ /// Note that not all major platforms have hardware support for f16, in which case a
1086
+ /// software implementation will be used. This may be slower than expected.
1087
+ ///
1085
1088
/// *[See also the `std::f16::consts` module](crate::f16::consts).*
1086
1089
///
1087
1090
/// [wikipedia]: https://en.wikipedia.org/wiki/Half-precision_floating-point_format
@@ -1181,6 +1184,9 @@ mod prim_f64 {}
1181
1184
/// as many bits as `f64`. Please see [the documentation for [`prim@f32`] or [Wikipedia on
1182
1185
/// quad-precision values][wikipedia] for more information.
1183
1186
///
1187
+ /// Note that not all major platforms have hardware support for f128, in which case a
1188
+ /// software implementation will be used. This may be slower than expected.
1189
+ ///
1184
1190
/// *[See also the `std::f128::consts` module](crate::f128::consts).*
1185
1191
///
1186
1192
/// [wikipedia]: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format
You can’t perform that action at this time.
0 commit comments