Open
Description
I have installed the latest rust nightly and got the following error:
error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
--> /homes/hli/.cargo/git/checkouts/rust-seq2kminmers-a8719f5d5deb1022/a00deda/src/hpc.rs:134:27
|
134 | _positions = _mm512_add_epi32(_positions, _16);
| ^^^^^^^^^^^^^^^^
|
= note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information
= help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable
= note: this compiler was built on 2024-03-27; consider upgrading it if it is out of date
The error mesage mentions rust-lang/rust#111137 but I am not sure how to fix.
Metadata
Metadata
Assignees
Labels
No labels