simd 0.2.3

`simd` offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the `std::simd` implementation RFC 2366.)
Documentation
1
2
3
fn main() {
    println!("cargo:rustc-env=RUSTC_BOOTSTRAP=1");
}