commit | 39587922fff6de864154a9ce56f0592098d2d55b | [log] [tgz] |
---|---|---|
author | Adam Gemmell <adam.gemmell@arm.com> | Fri May 30 13:17:55 2025 +0100 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Wed Jun 18 17:48:02 2025 +0100 |
tree | d74aecfadb40f046f38cccbca5841b5823c8e3b6 | |
parent | f1c1839c0deb985a9f98cbd6b38a6d43f2df6157 [diff] |
Revert vbsl[q]_f16 to 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.