commit | e47c0bf2e27d8247b18f923be047dcf2be137d40 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Mon Apr 14 06:10:27 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 3b8e438eee6c803bcf1379c067361bb093a83da7 | |
parent | 74ee0d553ea2b961cb5b3980b8918aa813ea9c98 [diff] |
added target field within `IntrinsicType` to perform target level checking cleanly
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.