commit | 311d56cd91609c1c1c0370cbd2ece8e3048653a5 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Tue Jul 28 11:29:35 2020 -0500 |
committer | GitHub <noreply@github.com> | Tue Jul 28 16:29:35 2020 +0000 |
tree | 09b929cc8d5b3a668e335344cabca10518412017 | |
parent | deec82c7ba1d821ed05c533c7d39c6073b9fae0a [diff] |
Partially revert #868 (#878) This commit partially reverts #868 to restore the intrinsics to their original implementation to avoid breaking changes. This is done while rust-lang/rust#73166 is running through crater, and should unblock rust-lang/rust#74482.
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),