hex-simd 0.3.0

SIMD-accelerated hexadecimal operations
Documentation
1
2
3
4
5
6
7
export RUSTFLAGS := "-C target-cpu=native -C target-feature=+avx2 -C target-feature=+sse4.1"

bench *ARGS:
    cargo criterion {{ARGS}}

test:
    cargo test