Update crates/core_simd/examples/nbody.rs

Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
This commit is contained in:
Miguel Raz Guzmán Macedo 2021-05-31 18:03:55 -05:00 committed by GitHub
parent 8bea3627cb
commit 3c05ceec70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,3 @@
#![feature(platform_intrinsics, repr_simd)]
use core_simd::*;
use std::f64::consts::PI;