2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: the target feature `avx512bw` is currently unstable
|
2024-08-09 18:24:55 +00:00
|
|
|
--> $DIR/gate.rs:27:18
|
2018-04-05 15:02:11 +00:00
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "avx512bw")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #44839 <https://github.com/rust-lang/rust/issues/44839> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(avx512_target_feature)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2018-04-05 15:02:11 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-04-05 15:02:11 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|