commit | 942dcb8682abbfddb0bb26ffce6540f0f2ebefb3 | [log] [tgz] |
---|---|---|
author | James Barford-Evans <james.barford-evans@arm.com> | Fri Apr 25 07:45:53 2025 +0100 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Sat May 03 05:06:15 2025 +0000 |
tree | 8c4b2b060dbbaaf066b6174869c41ffa5629e0af | |
parent | 4aadd00fd27676fba185ed01a9601be9f6ad8dfa [diff] |
pr feedback - take the instruction count bump out of Dockerfile
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.