Feature::from_str is not always needed
1 file changed
tree: 2d6d917213db9e3b293bb2769ae1413685e58ff3
  1. ci/
  2. crates/
  3. examples/
  4. .cirrus.yml
  5. .gitignore
  6. Cargo.toml
  7. CONTRIBUTING.md
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. QUESTIONS.md
  11. README.md
  12. vendor.yml
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,