You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
hi Heng! thanks for letting us know. I commited a fix (in dependency rust-seq2minkmers). Mapquik should work now, and perhaps you'll need to cargo +nightly update.
I have installed the latest rust nightly and got the following error:
The error mesage mentions rust-lang/rust#111137 but I am not sure how to fix.
The text was updated successfully, but these errors were encountered: