commit | 400f5dcc627cb20d2639917f610c6f6cacf2d652 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Wed Apr 02 21:16:27 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 8c091503c83a48953b699bb0bbd54bfbb7aba06d | |
parent | be27a78e9c03d3ff8983710a22a71fe87fa23c5a [diff] |
maintaining special list of targets which need different execution command
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.