Set up CI with Azure Pipelines

[skip ci]
1 file changed
tree: ed0262f6233238580c544894fa23f7fb30bf000a
  1. ci/
  2. crates/
  3. examples/
  4. .appveyor.yml
  5. .gitignore
  6. .travis.yml
  7. azure-pipelines.yml
  8. Cargo.toml
  9. CONTRIBUTING.md
  10. LICENSE-APACHE
  11. LICENSE-MIT
  12. QUESTIONS.md
  13. README.md
  14. vendor.yml
README.md

stdsimd - Rust's standard library SIMD components

Travis-CI Status Appveyor 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,