File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1187,16 +1187,15 @@ mod prim_f64 {}
11871187/// as many bits as `f64`. Please see [the documentation for [`prim@f32`] or [Wikipedia on
11881188/// quad-precision values][wikipedia] for more information.
11891189///
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.
11921192/// Only Power ISA ("PowerPC") and RISCV specify it, and only certain microarchitectures
11931193/// actually implement it. For x86-64 and AArch64, ISA support is not even specified,
11941194/// so it will always be a software implementation significantly slower than `f64`.
11951195///
11961196/// *[See also the `std::f128::consts` module](crate::f128::consts).*
11971197///
11981198/// [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
12001199#[ unstable( feature = "f128" , issue = "116909" ) ]
12011200mod prim_f128 { }
12021201
You can’t perform that action at this time.
0 commit comments