commit | 3e09877a780845714fac34d243ac429fdd30a9b8 | [log] [tgz] |
---|---|---|
author | gnzlbg <gonzalobg88@gmail.com> | Mon Jul 08 13:13:30 2019 +0200 |
committer | gnzlbg <gnzlbg@users.noreply.github.com> | Mon Jul 08 13:15:07 2019 +0200 |
tree | 7fd54517b7df4dd99a9bce1eb5f6282c9ef7033c | |
parent | 2f3b335d78420846d6ecd2345074992843bab975 [diff] |
Fix data-race in assert_instr
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),