commit | be27a78e9c03d3ff8983710a22a71fe87fa23c5a | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Sun Mar 30 12:15:29 2025 +0400 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 1189068b91d4ba2bd4df0aaaefff98e0771314c1 | |
parent | 425848c817133fda5c62450237f6d325eadb52a9 [diff] |
fixed `too many files open` issue
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.