File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Docs] ( https://docs.rs/dryoc/badge.svg )] ( https://docs.rs/dryoc ) [ ![ Crates.io] ( https://img.shields.io/crates/v/dryoc )] ( https://crates.io/crates/dryoc ) [ ![ Build & test] ( https://github.com/brndnmtthws/dryoc/actions/workflows/build-and-test.yml/badge.svg )] ( https://github.com/brndnmtthws/dryoc/actions/workflows/build-and-test.yml ) [ ![ Codecov] ( https://img.shields.io/codecov/c/github/brndnmtthws/dryoc )] ( https://app.codecov.io/gh/brndnmtthws/dryoc/ )
2
2
3
- [ 💬 Join the Matrix chat] ( https://matrix.to/#/#dryoc:frens.io )
3
+ [ 💬 Join the Matrix chat] ( https://matrix.to/#/#dryoc:matrix. frens.io )
4
4
5
5
# dryoc: Don't Roll Your Own Crypto™<sup >[ ^ 1 ] </sup >
6
6
@@ -51,6 +51,7 @@ For example usage, refer to the
51
51
52
52
To enable all the SIMD backends through 3rd party crates, you'll need to also
53
53
set ` RUSTFLAGS ` :
54
+
54
55
* For AVX2 set ` RUSTFLAGS=-Ctarget-cpu=haswell -Ctarget-feature=+avx2 `
55
56
* For SSE2 set ` RUSTFLAGS=-Ctarget-feature=+sse2 `
56
57
* For Neon set ` RUSTFLAGS=-Ctarget-feature=+neon `
You can’t perform that action at this time.
0 commit comments