rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Automatically make benchmarks optimize for native #32

Closed vadixidav closed 3 years ago

vadixidav commented 4 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.