powdr-labs / powdr-template

A template for basic powdrVM host/guest projects
MIT License
2 stars 0 forks source link

Feature not found inside eigen-vm when using simd #5

Open Schaeff opened 2 days ago

Schaeff commented 2 days 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))]
  |  
Schaeff commented 15 hours ago

Addressed in https://github.com/powdr-labs/powdr/pull/1961