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

build fails on recent versions of rustc nightly #77

Closed
tomtau opened this issue Apr 2, 2020 · 3 comments
Closed

build fails on recent versions of rustc nightly #77

tomtau opened this issue Apr 2, 2020 · 3 comments

Comments

@tomtau
Copy link

tomtau commented Apr 2, 2020

e.g. rustc 1.44.0-nightly (f509b26a7 2020-03-18)

error[E0658]: use of unstable library feature 'stdsimd'
   --> src/platform.rs:304:12
    |
304 |         if is_x86_feature_detected!("avx512f") && is_x86_feature_detected!("avx512vl") {
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #27731 <https://github.com/rust-lang/rust/issues/27731> for more information
    = help: add `#![feature(stdsimd)]` to the crate attributes to enable
    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: could not compile `blake3`.
@oconnor663
Copy link
Member

This bug was fixed on more recent nightlies. Can you update?

@oconnor663
Copy link
Member

#57

@tomtau
Copy link
Author

tomtau commented Apr 2, 2020

It's possible to update with

rustup set profile minimal

as recent nightlies miss certain components

@tomtau tomtau closed this as completed Apr 2, 2020
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