commit | 85d71e6befda00f2de0c27da0194aab5ddceea77 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Fri Sep 20 12:00:04 2019 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Mon Sep 23 14:13:47 2019 -0700 |
tree | e6214fc411656a249e7950c09f06e752e911471b | |
parent | 3b2d7f338e2d33c5b84cc03fb17eccb8afc3a6fc [diff] |
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!
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),