tree: 6cdf7cff65a326f2400c88d073f0192cf87a1c9d [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
x86_64/usr/lib/rustlib/src/rust/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.