1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-06-06 01:56:09 +02:00

fix another small mistake in the docs

This commit is contained in:
Jack O'Connor 2020-05-23 15:16:02 -04:00
parent 0694d0f6a5
commit ca9687e36c

View File

@ -43,7 +43,8 @@
//! detection. If this feature is disabled, the only way to use the SIMD
//! implementations in this crate is to enable the corresponding instruction
//! sets statically for the entire build, with e.g. `RUSTFLAGS="-C
//! target-cpu=native"`. The resulting binary will not be portable to machines.
//! target-cpu=native"`. The resulting binary will not be portable to other
//! machines.
//!
//! [BLAKE3]: https://blake3.io
//! [Rayon]: https://github.com/rayon-rs/rayon