commit | 5a27ac6dca7d4e81b972fce39585f4f7a19e335a | [log] [tgz] |
---|---|---|
author | Adam Gemmell <adam.gemmell@arm.com> | Fri May 30 13:35:13 2025 +0100 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Mon Jun 02 18:34:18 2025 +0000 |
tree | 717554db9618bccf42e4effad03b1001323427c7 | |
parent | b23ee82fc8d4241df75fd3be04b425df6e88a845 [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.