Auto merge of #814 - alexcrichton:remove-old-questions, r=gnzlbg

Remove long-outdated `QUESTIONS.md`

This is quite an old file now at this point!
tree: 77f2238a4242e74c123ab84705f77234f1a1658c
  1. ci/
  2. crates/
  3. examples/
  4. .cirrus.yml
  5. .gitignore
  6. Cargo.toml
  7. CONTRIBUTING.md
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. README.md
  11. 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,