Skip to content

Commit

Permalink
Move core::simd to core::unstable::simd
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn committed May 8, 2013
1 parent 0ed4495 commit eb5fa06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/core.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions src/libcore/unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pub mod weak_task;
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"]
Expand Down
File renamed without changes.

0 comments on commit eb5fa06

Please sign in to comment.