mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

- Use "true" and "false" instead of "1" and "0" - "nonzero" -> "non-zero" - "returns true if ... or false if ..." -> "returns true ..., false otherwise"
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
crate.