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:
parent
c8b6d5b23c
commit
c66554cab3
6 changed files with 122 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue