Skip to content

Commit 1d6225d

Browse files
committed
Use target-cpu=native to make sure we get the best available SIMD instruction set on x64
1 parent 6fb84c7 commit 1d6225d

File tree

1 file changed

+1
-1
lines changed
  • src/app/blog/hashing-multiple-blobs-with-BLAKE3

1 file changed

+1
-1
lines changed

src/app/blog/hashing-multiple-blobs-with-BLAKE3/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ So I am not sure how a public API for hashing multiple blobs would look like.
312312
```
313313
> git clone https://github.com/rklaehn/BLAKE3
314314
> cd BLAKE3
315-
> cargo run --release --example hash_many
315+
> RUSTFLAGS="-C target-cpu=native" cargo run --release --example hash_many
316316
317317
Platform: NEON
318318
rayon threads: 10

0 commit comments

Comments
 (0)