提交 eb5fa061 编写于 作者: S Seo Sanghyeon

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

上级 0ed4495a
......@@ -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;
......
......@@ -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"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册