-
Notifications
You must be signed in to change notification settings - Fork 368
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
use of unstable library feature 'stdsimd' #57
Comments
This is a bug in nightly. See #56 and rust-lang/rust#68905. Until this is fixed, if you have to use nightly, you will need to use a nightly version from before this bug was introduced. I don't know exactly when that was yet, but probably a couple weeks ago would be fine? |
thanks @oconnor663 i switched to |
It looks like nightly-2020-02-06 is the first compiler version with this issue. Anything prior to that should work. |
I've released version 0.1.5, which is a backport of af2e791. This should unbreak nightly builds of the EDIT: The |
#![feature(stdsimd)]
to the crate attributes to enableVersion 0.1.5 was a backport release to mitigate #57. This is a no-op merge to make sure that the 0.1.5 branch shows up in `git log master`.
Can confirm that stable compiler can compile
|
This allows us to enable the underlying "c" feature, which is failing to build on current nightlies. See related issues: BLAKE3-team/BLAKE3#56 BLAKE3-team/BLAKE3#57 rust-lang/rust#68905
This is fixed as of |
I get this problem with the fully updated nightly stable and beta now (1.54.0-nightly (5dc8789e3 2021-05-21), rustc 1.53.0-beta.2 (4bac69dd2 2021-05-07), rustc 1.51.0 (2fd73fabe 2021-03-23)) |
@OfekShochat are you saying that |
I still have this error on 1.57. it is really strange. Any idea how to fix? Jianshu |
Yeah i'm getting this with avx instructions on nightly like _mm_maskz_div_ps in 1.69.0 - nightly |
how can i move on with my life
The text was updated successfully, but these errors were encountered: