1
Fork 0

switch core::simd to repr(simd) and deprecate it.

This functionality will be available out of tree in the `simd` crate on
crates.io.

[breaking-change]
This commit is contained in:
Huon Wilson 2015-07-13 11:57:46 -07:00
parent c8b6d5b23c
commit c66554cab3
6 changed files with 122 additions and 12 deletions

View file

@ -294,6 +294,7 @@ pub use core::mem;
pub use core::ops;
pub use core::ptr;
pub use core::raw;
#[allow(deprecated)]
pub use core::simd;
pub use core::result;
pub use core::option;