Move core::simd to core::unstable::simd

This commit is contained in:
Seo Sanghyeon
2013-05-08 14:37:18 +09:00
parent 0ed4495ac4
commit eb5fa06113
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -164,7 +164,6 @@ pub mod nil;
pub mod bool;
pub mod char;
pub mod tuple;
pub mod simd;
pub mod vec;
pub mod at_vec;
+2
View File
@@ -30,6 +30,8 @@
pub mod exchange_alloc;
#[path = "unstable/intrinsics.rs"]
pub mod intrinsics;
#[path = "unstable/simd.rs"]
pub mod simd;
#[path = "unstable/extfmt.rs"]
pub mod extfmt;
#[path = "unstable/lang.rs"]