File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ impl f64 {
943
943
/// This returns NaN when *either* argument is NaN, as opposed to
944
944
/// [`f64::max`] which only returns NaN when *both* arguments are NaN.
945
945
///
946
- /// ```ignore-arm-unknown-linux-gnueabihf (see https://github.com/rust-lang/rust/issues/141087)
946
+ /// ```ignore-arm-unknown-linux-gnueabihf,ignore-i586 (see https://github.com/rust-lang/rust/issues/141087)
947
947
/// #![feature(float_minimum_maximum)]
948
948
/// let x = 1.0_f64;
949
949
/// let y = 2.0_f64;
@@ -970,7 +970,7 @@ impl f64 {
970
970
/// This returns NaN when *either* argument is NaN, as opposed to
971
971
/// [`f64::min`] which only returns NaN when *both* arguments are NaN.
972
972
///
973
- /// ```ignore-arm-unknown-linux-gnueabihf (see https://github.com/rust-lang/rust/issues/141087)
973
+ /// ```ignore-arm-unknown-linux-gnueabihf,ignore-i586 (see https://github.com/rust-lang/rust/issues/141087)
974
974
/// #![feature(float_minimum_maximum)]
975
975
/// let x = 1.0_f64;
976
976
/// let y = 2.0_f64;
You can’t perform that action at this time.
0 commit comments