We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed4495 commit eb5fa06Copy full SHA for eb5fa06
src/libcore/core.rc
@@ -164,7 +164,6 @@ pub mod nil;
164
pub mod bool;
165
pub mod char;
166
pub mod tuple;
167
-pub mod simd;
168
169
pub mod vec;
170
pub mod at_vec;
src/libcore/unstable.rs
@@ -30,6 +30,8 @@ pub mod weak_task;
30
pub mod exchange_alloc;
31
#[path = "unstable/intrinsics.rs"]
32
pub mod intrinsics;
33
+#[path = "unstable/simd.rs"]
34
+pub mod simd;
35
#[path = "unstable/extfmt.rs"]
36
pub mod extfmt;
37
#[path = "unstable/lang.rs"]
src/libcore/simd.rs renamed to src/libcore/unstable/simd.rs
0 commit comments