We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb84c7 commit 1d6225dCopy full SHA for 1d6225d
src/app/blog/hashing-multiple-blobs-with-BLAKE3/page.mdx
@@ -312,7 +312,7 @@ So I am not sure how a public API for hashing multiple blobs would look like.
312
```
313
> git clone https://github.com/rklaehn/BLAKE3
314
> cd BLAKE3
315
-> cargo run --release --example hash_many
+> RUSTFLAGS="-C target-cpu=native" cargo run --release --example hash_many
316
317
Platform: NEON
318
rayon threads: 10
0 commit comments