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

Removal of stdsimd #1

Open
tchataigner opened this issue Mar 22, 2024 · 0 comments
Open

Removal of stdsimd #1

tchataigner opened this issue Mar 22, 2024 · 0 comments

Comments

@tchataigner
Copy link

On February 5th, the feature stdsimd was removed from Rust in this PR: rust-lang/rust@ea37e80. It was split in multiple issues/features: rust-lang/stdarch#1486 .

This removal induces a compilation failure of plonky2_field in the latest stable and nightly releases of rust.

Ideally, we should adapt the codebase to this removal as some other have done (aHash for example) so that we can compile on stable channel. Another quick fix could involve setting a rust-toolchain file to some previous nightly releases.

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

1 participant