commit | 5c80b3fb2ace36356674db3fa9fab1ad54f52892 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Fri Apr 18 22:35:30 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 5d466dd9c56445d284a34fbaa7486df277d83931 | |
parent | 730723207577f9c3b7380a4151035de70c82d833 [diff] |
moved the C compilation commands into a struct for easier handling
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.