Allow unused macro arms for simd_shuffle16 too
1 file changed
tree: 77767cea0fd7426ac7badfd60448cd72a56824eb
  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.