tree: e2e3937ce4faf9249ccde814d2c201a9fc4c31e9 [path history] [tgz]
  1. .github/
  2. ci/
  3. crates/
  4. examples/
  5. .cirrus.yml
  6. Cargo.toml
  7. CONTRIBUTING.md
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. README.md
  11. rustfmt.toml
  12. triagebot.toml
  13. vendor.yml
library/stdarch/README.md

stdarch - Rust's standard library SIMD components

Actions Status

Crates

This repository contains two main crates:

  • core_arch implements core::arch - Rust's core library architecture-specific intrinsics, and

  • std_detect implements std::detect - Rust's standard library run-time CPU feature detection.

The std::simd component now lives in the packed_simd_2 crate.