diff options
| author | Jack O'Connor <[email protected]> | 2020-09-01 09:47:24 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-09-01 09:47:24 -0400 |
| commit | 9829abee72b58a2dc8f2a139af002b06a325929c (patch) | |
| tree | f9b1a674e37da67068a37ba4bbfbab127011157d | |
| parent | 5b22bf57c8fe1768cced1d09f0ce68d57294051b (diff) | |
mention @mkrupcale's SSE2 implementation in the readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, |
