about summary refs log tree commit diff
path: root/src/libcore/simd_old.rs
AgeCommit message (Collapse)AuthorLines
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-98/+0
This is a standard "clean out libstd" commit which removes all 1.5-and-before deprecated functionality as it's now all been deprecated for at least one entire cycle.
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-0/+98
This functionality will be available out of tree in the `simd` crate on crates.io. [breaking-change]