commit | 48679d4d95cd3c6621e1644b89c9b172143f31e7 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Wed Apr 16 16:02:11 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | be8cc900902f1cb744cdfc21d89e52d0c90e9306 | |
parent | cc060544969f7ccd423c8393efb6956061207a07 [diff] |
Added a macro to simplify <Arch>IntrinsicType definitions
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.