commit | da6045c93b3ddced56d1a565290ab7b3d36dd739 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Thu Mar 27 22:10:00 2025 +0400 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 804470acc3ea8cef9ffc56e6fcebef929f85e499 | |
parent | 495fb89e59152ec38919628b99ab57a7feaea296 [diff] |
chore: separated common logic within file creations, compile_c, compile_rust and compare_outputs
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.