commit | 2097bef3f2ef8e32a05356899c008140fa440657 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <madhavmadhusoodanan@gmail.com> | Wed May 21 13:50:33 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 1bc08bf46afe424293d319f8448fed88ed090f05 | |
parent | 0dd9cd4126f1f2123b212db5fcf4185ca7e5faea [diff] |
feat: merging changes related to f16 formatting
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.