We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c042f33 commit 435d1cfCopy full SHA for 435d1cf
crates/core_simd/examples/nbody.rs
@@ -1,6 +1,6 @@
1
/// Benchmarks game nbody code
2
-/// Taken from the `packed_simd` crate
3
-/// Run this benchmark with `cargo test --example body`
+/// Taken from the `packed_simd` crate
+/// Run this benchmark with `cargo test --example nbody`
4
use core_simd::*;
5
6
use std::f64::consts::PI;
0 commit comments