the8472 / f32-perf-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f32-perf-test

This crate was created to benchmark the difference between multiple implementations of f32::midpoint. in this PR: rust-lang/rust#121062

To run the benchmark, you must have Rust installed, and cargo installed (Rust's package manager).

Simply run:

cargo bench

You may want to tweak the RUSTFLAGS to include -C target-cpu=native to check if that improves performance!

About


Languages

Language:Rust 100.0%