-
Notifications
You must be signed in to change notification settings - Fork 700
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
SIMD removal from rust #3269
Labels
I2-bug
The node fails to follow expected behavior.
Comments
driemworks
added
I10-unconfirmed
Issue might be valid, but it's not yet known.
I2-bug
The node fails to follow expected behavior.
labels
Feb 8, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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 [email protected]
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: