-
Notifications
You must be signed in to change notification settings - Fork 834
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
SIMD removal from rust #3269
Labels
I2-bug
The node fails to follow expected behavior.
Comments
Hm, we can update criterion which seems to pull it in a lot and maybe some other deps. PS: Updating criterion errors with this: rust-bitcoin/rust-bip39#64 |
Other ideas @bkchr ? |
bgallois
pushed a commit
to duniter/duniter-polkadot-sdk
that referenced
this issue
Mar 25, 2024
We need to bump `ahash` to make it compile again. Closes: paritytech#3269
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
SIMD was removed from the latest rust nightly version rust-lang/rust#117372 which causes ahash 0.7.7 to break: tkaitchuck/aHash#200. This has been resolved in versions >= 0.8.X tkaitchuck/aHash#183.
cargo +nightly tree -i ahash@0.7.7
to see the full dependency graph.Steps to reproduce
nightly-x86_64-unknown-linux-gnu - rustc 1.78.0-nightly (8ace7ea1f 2024-02-07)
)The text was updated successfully, but these errors were encountered: