Open Schaeff opened 1 month ago
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))] |
Addressed in https://github.com/powdr-labs/powdr/pull/1961
On main, with simd turned on.