1
Fork 0

Fix tests

This commit is contained in:
Alessandro Decina 2021-05-29 22:58:04 +10:00
parent ab93a139ef
commit ab86acdeef
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
// gate-test-f16c_target_feature // gate-test-f16c_target_feature
// gate-test-riscv_target_feature // gate-test-riscv_target_feature
// gate-test-ermsb_target_feature // gate-test-ermsb_target_feature
// gate-test-bpf_target_feature
#[target_feature(enable = "avx512bw")] #[target_feature(enable = "avx512bw")]
//~^ ERROR: currently unstable //~^ ERROR: currently unstable

View file

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