aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Boldyrev <[email protected]>2023-09-10 18:57:24 +0400
committerJack O'Connor <[email protected]>2025-03-16 21:24:06 -0700
commit29846bed88b3c50d51562110f6e0f242c908a014 (patch)
tree68b1ee0e387ca9dd20f76621eac6f8b9a432eb86 /README.md
parentd4aed8145b5478d62308319d2ad849e2a1e371db (diff)
Misc textual improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 736ed23..74613e2 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,8 @@ This repository is the official implementation of BLAKE3. It includes:
* The [`blake3`](https://crates.io/crates/blake3) Rust crate, which
includes optimized implementations for SSE2, SSE4.1, AVX2, AVX-512,
- and NEON, with automatic runtime CPU feature detection on x86. The
- `rayon` feature provides multithreading.
+ NEON and Wasm SIMD, with automatic runtime CPU feature detection on x86.
+ The `rayon` feature provides multithreading.
* The [`b3sum`](https://crates.io/crates/b3sum) Rust crate, which
provides a command line interface. It uses multithreading by default,