commit | 495fb89e59152ec38919628b99ab57a7feaea296 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Wed Mar 26 19:32:49 2025 +0400 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | f59c05e09167a45272419c9b21a37ca318823ef7 | |
parent | 14503e6ec6b2a7e253d766766ad99cdd0a2649a8 [diff] |
chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct args
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.