| commit | dd2b0e57b1e9f4ea47ee01dbd28f97db0f226510 | [log] [tgz] |
|---|---|---|
| author | Alex Crichton <alex@alexcrichton.com> | Mon Jul 08 09:47:34 2019 -0500 |
| committer | Alex Crichton <alex@alexcrichton.com> | Mon Jul 08 09:47:34 2019 -0500 |
| tree | ed0262f6233238580c544894fa23f7fb30bf000a | |
| parent | 3e09877a780845714fac34d243ac429fdd30a9b8 [diff] |
Set up CI with Azure Pipelines [skip ci]
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.
To do a release of the core_arch and std_detect crates,
dev-dependencies in their Cargo.toml files (due to https://github.com/rust-lang/cargo/issues/4242),