We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On main, with simd turned on.
➜ powdr-template git:(main) ✗ rustc -vV | sed -n 's|host: ||p' aarch64-apple-darwin
➜ powdr-template git:(main) ✗ cargo check Checking fields v0.1.0 (https://github.com/0xEigenLabs/eigen-zkvm.git?rev=cf405b2e2cecb8567cfd083a55936b71722276d5#cf405b2e) error[E0635]: unknown feature `stdarch_x86_avx512` --> ../.cargo/git/checkouts/eigen-zkvm-3417bd0e5307be1f/cf405b2/fields/src/lib.rs:1:41 | 1 | #![cfg_attr(feature = "avx512", feature(stdarch_x86_avx512))] |
The text was updated successfully, but these errors were encountered:
Addressed in powdr-labs/powdr#1961
Sorry, something went wrong.
No branches or pull requests
On main, with simd turned on.
The text was updated successfully, but these errors were encountered: