We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98aab13 commit 6e91b03Copy full SHA for 6e91b03
testcrate/tests/cmp.rs
@@ -2,11 +2,8 @@
2
#![allow(unreachable_code)]
3
#![cfg_attr(f128_enabled, feature(f128))]
4
5
-#[cfg(not(target_arch = "powerpc64"))]
6
use testcrate::*;
7
8
-// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
9
10
mod float_comparisons {
11
use super::*;
12
testcrate/tests/conv.rs
@@ -141,8 +141,6 @@ mod i_to_f {
141
}
142
143
144
145
146
mod f_to_i {
147
148
0 commit comments