tree: 5055da0dd6b916eb298d1806f60f8cd401dc8ec3 [path history] [tgz]
  1. ci/
  2. crates/
  3. examples/
  4. .cirrus.yml
  5. Cargo.toml
  6. CONTRIBUTING.md
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. QUESTIONS.md
  10. README.md
  11. vendor.yml
linux-x86/1.40.0/src/stdlibs/src/stdarch/README.md

stdarch - Rust's standard library SIMD components

Azure Pipelines 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,