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

Rust nightly: unknown feature stdsimd in plonky2_field #1665

Open
toolabi opened this issue Feb 15, 2025 · 1 comment
Open

Rust nightly: unknown feature stdsimd in plonky2_field #1665

toolabi opened this issue Feb 15, 2025 · 1 comment

Comments

@toolabi
Copy link

toolabi commented Feb 15, 2025

Building plonky2 fails on Rust nightly (1.86.0-nightly) due to the following error:
8 | #![feature(stdsimd)]
| ^^^^^^^

For more information about this error, try rustc --explain E0635.
error: could not compile plonky2_field (lib) due to 1 previous error
stdsimd is no longer a recognized feature in Rust nightly

@Nashtare
Copy link
Collaborator

Hi,
On which version of plonky2 are you encountering this? The explicit feature mention got removed in commit b6fec06 following stabilization. You shouldn't encounter it on plonky2/main latest commit or published releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants