commit | 9a7fb801e8712bbad4bccb545f052cb1e42a8436 | [log] [tgz] |
---|---|---|
author | Ralf Jung <post@ralfj.de> | Thu May 29 11:39:48 2025 +0200 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Fri May 30 17:14:51 2025 +0000 |
tree | a7895f6ae07fc37406a860d6c8cc1f1d26b75d43 | |
parent | b9d3dd5c99c8398841e93a69bac0a49ba29dedb5 [diff] |
cmpxchg16b: use atomic_compare_exchange from libcore
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.