Update readme and dependencies
5 files changed
tree: 675b6ad57829fbe3292c420c19f7ee6a5657f7d3
  1. ci/
  2. crates/
  3. examples/
  4. .appveyor.yml
  5. .gitignore
  6. .travis.yml
  7. Cargo.toml
  8. CONTRIBUTING.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. QUESTIONS.md
  12. README.md
  13. vendor.yml
README.md

stdsimd - Rust's standard library SIMD components

Travis-CI Status Appveyor Status Latest Version docs

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 crate.

How to do a release

To do a release of the core_arch and std_detect crates,