Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to compile #19

Open
lh3 opened this issue Mar 29, 2024 · 1 comment
Open

Failed to compile #19

lh3 opened this issue Mar 29, 2024 · 1 comment

Comments

@lh3
Copy link

lh3 commented Mar 29, 2024

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.

@rchikhi
Copy link
Collaborator

rchikhi commented Apr 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants