mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-04 22:33:07 +00:00
fix: missing cpu acceleration for sp1
This commit is contained in:
parent
e204db5cd9
commit
0dfaffc9f7
@ -9,5 +9,7 @@ To generate a proof, run the following commands:
|
||||
```sh
|
||||
cd simple_arithmetic_test
|
||||
cd script
|
||||
cargo run --release -- --prove
|
||||
RUSTFLAGS='-C target-cpu=native' cargo run --release -- --prove
|
||||
```
|
||||
|
||||
If you are on a CPU with AVX512 support, you can use the following flags for more performance: RUSTFLAGS='-C target-cpu=native -C target_feature=+avx512ifma,+avx512vl'.
|
||||
Loading…
x
Reference in New Issue
Block a user