diff options
| author | Ivan Boldyrev <[email protected]> | 2023-09-10 18:57:24 +0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-16 21:24:06 -0700 |
| commit | 29846bed88b3c50d51562110f6e0f242c908a014 (patch) | |
| tree | 68b1ee0e387ca9dd20f76621eac6f8b9a432eb86 /README.md | |
| parent | d4aed8145b5478d62308319d2ad849e2a1e371db (diff) | |
Misc textual improvements
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
