]> git.lizzy.rs Git - rust.git/commit
switch core::simd to repr(simd) and deprecate it.
authorHuon Wilson <dbau.pp+github@gmail.com>
Mon, 13 Jul 2015 18:57:46 +0000 (11:57 -0700)
committerHuon Wilson <dbau.pp+github@gmail.com>
Mon, 17 Aug 2015 21:41:37 +0000 (14:41 -0700)
commitc66554cab3518a9f5c36eafd622ca4c8a3fda631
tree958355c0154f8a11219180463ef3aeb8a42aff3f
parentc8b6d5b23cc8b2d43ece9f06252c7e98280fb8e5
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]
src/libcore/lib.rs
src/libcore/simd.rs
src/libcore/simd_old.rs [new file with mode: 0644]
src/libstd/lib.rs
src/libstd/rt/unwind/seh64_gnu.rs
src/libstd/sys/windows/backtrace.rs