We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be2bc0 commit b6c683fCopy full SHA for b6c683f
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 = "powerpc64"))]
27
#[test]
28
fn float_comparisons() {
29
use compiler_builtins::float::cmp::{
0 commit comments