We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be2bc0 commit 7a940afCopy full SHA for 7a940af
testcrate/tests/cmp.rs
@@ -22,6 +22,8 @@ macro_rules! cmp {
22
};
23
}
24
25
+// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
26
+#[cfg(not(target_arch = "powerpc64"))]
27
#[test]
28
fn float_comparisons() {
29
use compiler_builtins::float::cmp::{
0 commit comments