commit | 74ee0d553ea2b961cb5b3980b8918aa813ea9c98 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Mon Apr 14 00:13:05 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 0fbb57161e23508de6d0a1d1c5dca0ff9dc629af | |
parent | 324c7d84a7f20b10ea1e8aa9f6c7befc6a92df4f [diff] |
test commit to check if `load_Values_c` can be dissociated from target logic
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.