Skip to content

Commit 2591c59

Browse files
committed
fix imports
1 parent e52d51c commit 2591c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/core_simd/examples/nbody.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
use stdsimd::simd::*;
1+
#![feature(platform_intrinsics, repr_simd)]
2+
use core_simd::*;
23

34
use std::f64::consts::PI;
45
const SOLAR_MASS: f64 = 4.0 * PI * PI;

0 commit comments

Comments
 (0)