Skip to content

Commit 31ebd02

Browse files
committed
Fix the matrix URL
1 parent 1ee31d5 commit 31ebd02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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/)
22

3-
[💬 Join the Matrix chat](https://matrix.to/#/#dryoc:frens.io)
3+
[💬 Join the Matrix chat](https://matrix.to/#/#dryoc:matrix.frens.io)
44

55
# dryoc: Don't Roll Your Own Crypto™<sup>[^1]</sup>
66

@@ -51,6 +51,7 @@ For example usage, refer to the
5151

5252
To enable all the SIMD backends through 3rd party crates, you'll need to also
5353
set `RUSTFLAGS`:
54+
5455
* For AVX2 set `RUSTFLAGS=-Ctarget-cpu=haswell -Ctarget-feature=+avx2`
5556
* For SSE2 set `RUSTFLAGS=-Ctarget-feature=+sse2`
5657
* For Neon set `RUSTFLAGS=-Ctarget-feature=+neon`

0 commit comments

Comments
 (0)