Skip to content

Commit

Permalink
Update ff version on readme for asm (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen authored Jan 9, 2022
1 parent da51167 commit d6365c3
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 @@ -67,7 +67,7 @@ RUSTFLAGS="-C target-feature=+bmi2,+adx" cargo +nightly [test/build/bench] --fea
To enable this in the `Cargo.toml` of your own projects, enable the `asm` feature flag:

```toml
ark-ff = { version = "0.1", features = [ "asm" ] }
ark-ff = { version = "0.3.0", features = [ "asm" ] }
```

Note that because inline assembly support in Rust is currently unstable, using this backend requires using the Nightly compiler at the moment.
Expand Down

0 comments on commit d6365c3

Please sign in to comment.