commit | cbc700d4e265600da1a4d8cb0f0eada53214e4e1 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Mon Apr 28 19:48:14 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 51e30ab50db6404035c932f5d4ebdc5dbc91e38e | |
parent | ba0eef6ebae99876920249aded8140b5db4d470b [diff] |
feat: made constraint common
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.