aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-09-01 09:47:24 -0400
committerJack O'Connor <[email protected]>2020-09-01 09:47:24 -0400
commit9829abee72b58a2dc8f2a139af002b06a325929c (patch)
treef9b1a674e37da67068a37ba4bbfbab127011157d
parent5b22bf57c8fe1768cced1d09f0ce68d57294051b (diff)
mention @mkrupcale's SSE2 implementation in the readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 224e0a1..7b16708 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,9 @@ with BLAKE3.
This repository is the official implementation of BLAKE3. It includes:
* The [`blake3`](https://crates.io/crates/blake3) Rust crate, which
- includes optimized SIMD implementations for SSE4.1, AVX2, AVX-512, and
- NEON, with automatic runtime CPU feature detection on x86. The
- optional `rayon` feature also enables multi-threading.
+ includes optimized implementations for SSE2, SSE4.1, AVX2, AVX-512,
+ and NEON, with automatic runtime CPU feature detection on x86. The
+ optional `rayon` feature also provides multi-threading.
* The [`b3sum`](https://crates.io/crates/b3sum) Rust crate, which
provides a command line interface. It uses multi-threading by default,