commit | 2e155e6aa45705470146c3e2ecd51a45fff9c1e8 | [log] [tgz] |
---|---|---|
author | Adam Gemmell <adam.gemmell@arm.com> | Fri May 30 13:35:13 2025 +0100 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Wed Jun 18 17:48:03 2025 +0100 |
tree | 5313dfc583f1c652e77de2c506ccc8d549e9c9b5 | |
parent | 39587922fff6de864154a9ce56f0592098d2d55b [diff] |
Mark Neon f16 vectors as unstable
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.