shrupl/.cargo/config.toml
Jörn-Michael Miehe 89f5d26cb3 implement better hashing
- use `blake2b_simd` crate and optimize
2025-06-24 19:07:22 +00:00

6 lines
No EOL
113 B
TOML

[build]
target = "x86_64-unknown-linux-musl"
rustflags = [
"-C", "target-feature=+avx2,+sse4.1,+ssse3,+aes",
]