summaryrefslogtreecommitdiffstats
path: root/compile
blob: 882f9608c2f529e282fb07fb9126a0142048974f (plain)
1
2
3
4
5
#!/bin/sh

# export RUSTFLAGS="-C target-feature=+ssse3"
export RUSTFLAGS="-C target-cpu=native"
cargo build --release --features 'simd-accel avx-accel'