mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Move core::simd to core::unstable::simd
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user