Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sp1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.