Edit docs to explain mask type discrepancy in _mm_shuffle_ps between Rust and Intel's Intrinsics Guide
1 file changed
tree: c2027ff26acc8c566cfcec23593e1ed6b08cb831
  1. .github/
  2. ci/
  3. crates/
  4. examples/
  5. .cirrus.yml
  6. .gitignore
  7. Cargo.toml
  8. CONTRIBUTING.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. README.md
  12. triagebot.toml
  13. vendor.yml
README.md

stdarch - Rust's standard library SIMD components

Actions Status

Crates

This repository contains two main crates:

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

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

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

How to do a release

To do a release of the core_arch and std_detect crates,