We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 975a7f0 + ecdbcad commit dff3e41Copy full SHA for dff3e41
src/test/codegen/x86_mmx.rs
@@ -18,6 +18,7 @@
18
// ignore-powerpc64le
19
// ignore-sparc
20
// ignore-sparc64
21
+// ignore-s390x
22
// compile-flags: -O
23
24
#![feature(repr_simd)]
src/test/ui/target-feature-gate.rs
@@ -19,6 +19,7 @@
// gate-test-sse4a_target_feature
// gate-test-powerpc_target_feature
25
// gate-test-avx512_target_feature
src/test/ui/target-feature-gate.stderr
@@ -1,5 +1,5 @@
1
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
2
- --> $DIR/target-feature-gate.rs:36:18
+ --> $DIR/target-feature-gate.rs:37:18
3
|
4
LL | #[target_feature(enable = "avx512bw")]
5
| ^^^^^^^^^^^^^^^^^^^
0 commit comments