2018-05-26 23:39:31 +08:00
|
|
|
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
|
2019-01-30 18:57:55 +05:30
|
|
|
--> $DIR/target-feature-gate.rs:28:18
|
2018-04-05 08:02:11 -07:00
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "avx512bw")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: add #![feature(avx512_target_feature)] to the crate attributes to enable
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|