Use renamed atomic intrinsics.
1 file changed
tree: dedf82aa81cbc722764ad4bb71892288539e1da8
  1. .github/
  2. ci/
  3. crates/
  4. examples/
  5. .cirrus.yml
  6. .gitignore
  7. .gitmodules
  8. Cargo.toml
  9. CONTRIBUTING.md
  10. LICENSE-APACHE
  11. LICENSE-MIT
  12. README.md
  13. rustfmt.toml
  14. triagebot.toml
  15. vendor.yml
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.