mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
stdsimd - Rust's standard library SIMD components
Crates
View the README's of:
The std::simd component now lives in the
packed_simd crate.
How to do a release
To do a release of the core_arch and std_detect crates,
- comment out the
dev-dependenciesin theirCargo.tomlfiles (due to https://github.com/rust-lang/cargo/issues/4242), - publish the crates.