-
Notifications
You must be signed in to change notification settings - Fork 73
Compilation Failure on nightly-2020-09-15 #288
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It works for |
@comath That's a great workaround but it isn't a solution... rust-lang/stdarch#890 looks like the breaking change. I'm unsure if the code here needs to be updated or if the issue is in stdarch. I found this by trying to compile ripgrep with SIMD: BurntSushi/ripgrep#1684 |
Also see rust-lang/rust#76295 |
|
Alternatively just always use the fallback impl here:
|
CI was failing on the latest nightly versions of rust due to rust-lang/packed_simd#288 This commit pins the version of nightly rust to an older version to avoid this issue.
After updating from
nightly-2020-09-07
tonightly-2020-09-15
, I get the following error when runningcargo build
:This is on
nightly-x86_64-unknown-linux-gnu
. I'm no expert on these things, but it looks like some stuff incore::arch
got removed - at least_mm_movemask_pi8
is not in the nightly docs anymore.The text was updated successfully, but these errors were encountered: