Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 435d1cf

Browse files
Update crates/core_simd/examples/nbody.rs
Co-authored-by: Jubilee <[email protected]>
1 parent c042f33 commit 435d1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/core_simd/examples/nbody.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Benchmarks game nbody code
2-
/// Taken from the `packed_simd` crate
3-
/// Run this benchmark with `cargo test --example body`
2+
/// Taken from the `packed_simd` crate
3+
/// Run this benchmark with `cargo test --example nbody`
44
use core_simd::*;
55

66
use std::f64::consts::PI;

0 commit comments

Comments
 (0)