1
Fork 0

test: Ignore ui/target-feature-gate on sparc and sparc64

This commit is contained in:
John Paul Adrian Glaubitz 2018-12-19 17:53:03 +01:00
parent 7eb67c2503
commit a153d485fe
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,8 @@
// ignore-powerpc
// ignore-powerpc64
// ignore-powerpc64le
// ignore-sparc
// ignore-sparc64
// gate-test-sse4a_target_feature
// gate-test-powerpc_target_feature
// gate-test-avx512_target_feature

View file

@ -1,5 +1,5 @@
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
--> $DIR/target-feature-gate.rs:34:18
--> $DIR/target-feature-gate.rs:36:18
|
LL | #[target_feature(enable = "avx512bw")]
| ^^^^^^^^^^^^^^^^^^^