File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1187,16 +1187,15 @@ mod prim_f64 {}
1187
1187
/// as many bits as `f64`. Please see [the documentation for [`prim@f32`] or [Wikipedia on
1188
1188
/// quad-precision values][wikipedia] for more information.
1189
1189
///
1190
- /// Note that no platforms have hardware support for `f128` without enabling target specific features
1191
- /// as for all instruction set architectures, `f128` is considered an optional feature.
1190
+ /// Note that no platforms have hardware support for `f128` without enabling target specific features,
1191
+ /// as for all instruction set architectures `f128` is considered an optional feature.
1192
1192
/// Only Power ISA ("PowerPC") and RISCV specify it, and only certain microarchitectures
1193
1193
/// actually implement it. For x86-64 and AArch64, ISA support is not even specified,
1194
1194
/// so it will always be a software implementation significantly slower than `f64`.
1195
1195
///
1196
1196
/// *[See also the `std::f128::consts` module](crate::f128::consts).*
1197
1197
///
1198
1198
/// [wikipedia]: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format
1199
- /// [wikipedia-support]: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format#Hardware_support
1200
1199
#[ unstable( feature = "f128" , issue = "116909" ) ]
1201
1200
mod prim_f128 { }
1202
1201
You can’t perform that action at this time.
0 commit comments