Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed May 26, 2021
1 parent e52d51c commit 2591c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core_simd/examples/nbody.rs
@@ -1,4 +1,5 @@
use stdsimd::simd::*;
#![feature(platform_intrinsics, repr_simd)]
use core_simd::*;

use std::f64::consts::PI;
const SOLAR_MASS: f64 = 4.0 * PI * PI;
Expand Down

0 comments on commit 2591c59

Please sign in to comment.