commit | a06409d67e90769d45e50d5102fd50a72014bd19 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Mon Apr 14 13:35:05 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 94d647ac3fa7d57b4213b316da69c7ece33fdc9d | |
parent | e47c0bf2e27d8247b18f923be047dcf2be137d40 [diff] |
Updated `Argument::from_c` to remove `ArgPrep` specific argument
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.