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

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

Open
Schaeff opened this issue Oct 25, 2024 · 1 comment
Open

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

Schaeff opened this issue Oct 25, 2024 · 1 comment

Comments

@Schaeff
Copy link
Contributor

Schaeff commented Oct 25, 2024

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
Copy link
Contributor Author

Schaeff commented Oct 27, 2024

Addressed in powdr-labs/powdr#1961

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

No branches or pull requests

1 participant