commit | 324c7d84a7f20b10ea1e8aa9f6c7befc6a92df4f | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Wed Apr 02 21:38:05 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 2a5ab13a8645c207d436f550b26e3825ad248d75 | |
parent | 400f5dcc627cb20d2639917f610c6f6cacf2d652 [diff] |
rename struct for naming consistency
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.