commit | 425848c817133fda5c62450237f6d325eadb52a9 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Thu Mar 27 23:19:23 2025 +0400 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 61eb874daad7e1ded2e4820e4752bee470df0f49 | |
parent | a92338513fd49e088e74b01baafcf8e7204a3721 [diff] |
chore: added match block in `src/main.rs`
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.