commit | 9eb15e279581dcf18449fe1701f6bad579018f94 | [log] [tgz] |
---|---|---|
author | Folkert de Vries <folkert@folkertdev.nl> | Mon May 19 20:33:53 2025 +0200 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 20 16:39:24 2025 +0000 |
tree | 56a84735e4bf994e4a1d43f80f023dd45b5c56f2 | |
parent | ffa1235a80a6062bd1ba5bdfdf17b1b6f05cf72a [diff] |
use a tuple to return the condition code
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.