commit | dc4b2e25df41e1b6507cc156e89b09fab70dbc63 | [log] [tgz] |
---|---|---|
author | Mara Bos <m-ou.se@m-ou.se> | Thu May 26 12:21:06 2022 +0200 |
committer | Mara Bos <m-ou.se@m-ou.se> | Thu May 26 12:34:41 2022 +0200 |
tree | dedf82aa81cbc722764ad4bb71892288539e1da8 | |
parent | 28335054b1f417175ab5005cf1d9cf7937737930 [diff] |
Use renamed atomic intrinsics.
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_2
crate.