Skip to content

Commit

Permalink
typo in readme.md (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: zhenfei <[email protected]>
  • Loading branch information
zhenfeizhang committed Jun 5, 2024
1 parent 80b640c commit 9f0fbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUSTFLAGS="-C target-cpu=native" RUSTFLAGS="-C target-feature=+avx2" cargo run -
Concretely if you are running on a 16 physical core CPU for Bn256 scalar field:
```sh
RUSTFLAGS="-C target-cpu=native" cargo run cargo run --release -- -f 254 -t 16
RUSTFLAGS="-C target-cpu=native" cargo run --release -- -f 254 -t 16
```
## Correctness test
Expand Down

0 comments on commit 9f0fbdc

Please sign in to comment.