Skip to content

Commit

Permalink
README: Markdown improvements
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Nov 1, 2022
1 parent e4fa14b commit 5799c32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ in addition to a CLI program for proving/verifying statements specified in Brist
to enable easy experimentation.

## Running

Reverie requires a relatively recent `nightly` Rust.

Using `SSE+AESNI`

time RUSTFLAGS="-C target-cpu=native -C target-feature=+aes,+ssse3,+sse2" cargo run --release
```console
time RUSTFLAGS="-C target-cpu=native -C target-feature=+aes,+ssse3,+sse2" cargo run --release
```

Or even better with `AVX2+AESNI`

time RUSTFLAGS="-C target-cpu=native -C target-feature=+aes,+ssse3,+sse2,+avx2" cargo run --release
```console
time RUSTFLAGS="-C target-cpu=native -C target-feature=+aes,+ssse3,+sse2,+avx2" cargo run --release
```

## Improvements in 0.3+

Expand Down

0 comments on commit 5799c32

Please sign in to comment.