commit | 4aadd00fd27676fba185ed01a9601be9f6ad8dfa | [log] [tgz] |
---|---|---|
author | James Barford-Evans <james.barford-evans@arm.com> | Tue Apr 22 16:33:30 2025 +0100 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Sat May 03 05:06:15 2025 +0000 |
tree | b98e62b3ce555c32ea68249d83c2cf2e9532c9fc | |
parent | d4ea992374f27247af4fb7099a988478c5859232 [diff] |
Pr feedback for instruction & hookup CI for aarch64_be
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.