You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 errorstdsimd
is no longer a recognized feature in Rust nightlyThe text was updated successfully, but these errors were encountered: