Closed vadixidav closed 3 years ago
Currently you need to put RUSTFLAGS="-C target-cpu=native" before cargo bench. This can be put into a .cargo/config file to avoid having to do this.
RUSTFLAGS="-C target-cpu=native"
.cargo/config
Currently you need to put
RUSTFLAGS="-C target-cpu=native"
before cargo bench. This can be put into a.cargo/config
file to avoid having to do this.