mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
.. | ||
.github/workflows | ||
ci | ||
crates | ||
examples | ||
intrinsics_data | ||
.cirrus.yml | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rustfmt.toml | ||
triagebot.toml | ||
vendor.yml |
stdarch - Rust's standard library SIMD components
Crates
This repository contains two main crates:
-
core_arch
implementscore::arch
- Rust's core library architecture-specific intrinsics, and -
std_detect
implementsstd::detect
- Rust's standard library run-time CPU feature detection.
The std::simd
component now lives in the
packed_simd_2
crate.