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
When I try to run: cargo test --profile bench test_field --features asm -- --nocapture
I get the following error:
Compiling halo2curves v0.7.0 (/Users/hridambasu/Downloads/polytope labs/repos/halo2curves)
Compiling halo2derive v0.1.0 (/Users/hridambasu/Downloads/polytope labs/repos/halo2curves/derive)
error: inline assembly requires more registers than available
error: could not compile `halo2curves` (lib test) due to previous error
The text was updated successfully, but these errors were encountered:
I am not able to reproduce this in x86_64 linux machines, both v0.7.0 and v0.8.0 build without errors there.
What architecture and OS are you running, @hridambasu ?
When I try to run:
cargo test --profile bench test_field --features asm -- --nocapture
I get the following error:
The text was updated successfully, but these errors were encountered: