summaryrefslogtreecommitdiffstats
path: root/compile
blob: 429e02e55e99a9e2c52bccf7ac3827fa7492bcad (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