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 e52d51c commit 2591c59Copy full SHA for 2591c59
crates/core_simd/examples/nbody.rs
@@ -1,4 +1,5 @@
1
-use stdsimd::simd::*;
+#![feature(platform_intrinsics, repr_simd)]
2
+use core_simd::*;
3
4
use std::f64::consts::PI;
5
const SOLAR_MASS: f64 = 4.0 * PI * PI;
0 commit comments