]> git.lizzy.rs Git - rust.git/blobdiff - src/test/bench/shootout-mandelbrot.rs
std: Move simd to core::simd and reexport. #1457
[rust.git] / src / test / bench / shootout-mandelbrot.rs
index 6b3079b8fc8d1246761b77f490cea9609d707352..70abebd321a94862215e0bc867f8cb381751f610 100644 (file)
@@ -17,7 +17,7 @@
 
 use std::io;
 use std::os;
-use std::unstable::simd::f64x2;
+use std::simd::f64x2;
 use sync::Future;
 use sync::Arc;