nalgebra/benches
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
..
common Fix compilation of benchmarks 2021-04-12 10:52:17 +02:00
core Use std::hint::black_box consistently. 2023-08-14 11:15:57 +07:00
geometry Run cargo fmt. 2020-04-05 18:49:48 +02:00
linalg Add dedicated implementations of SVD for 2x2 and 3x3 real matrices. 2021-11-26 17:45:42 +01:00
lib.rs Use std::hint::black_box consistently. 2023-08-14 11:15:57 +07:00