nalgebra/benches/core
Bruce Mitchener 9042d1424c Use std::hint::black_box consistently.
This also removes the `#![feature(bench_black_box)]`. This was
stabilized in Rust 1.66 and anyone building benchmarks will be
on that or later (as they previously would have been on nightly).

This also allows building `cargo build --all-targets` on stable
Rust as it no longer dies when hitting the feature addition in
the benchmarks.
2023-08-14 11:15:57 +07:00
..
matrix.rs Use std::hint::black_box consistently. 2023-08-14 11:15:57 +07:00
mod.rs Port all remaining benchmarks to criterion. 2019-03-23 19:59:14 +01:00
vector.rs Fix compilation of benchmarks 2021-04-12 10:52:17 +02:00