Migrate CI to GitHub Actions

This involves less secret and user management than azure pipelines, has
more concurrency by default for repos, and in general has a bit more
modern syntax!
4 files changed
tree: e6214fc411656a249e7950c09f06e752e911471b
  1. .github/
  2. ci/
  3. crates/
  4. examples/
  5. .cirrus.yml
  6. .gitignore
  7. Cargo.toml
  8. CONTRIBUTING.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. QUESTIONS.md
  12. README.md
  13. 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,