commit | 1dfaa4db2479753a46a3e90f2c3c89d89d0b21f1 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Sat May 17 22:32:23 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Sat May 17 17:43:54 2025 +0000 |
tree | 2338e0e6c36de259842a239623892a00ce1593a2 | |
parent | abe559dbaa4d8ee0d9fe9d4861328c5eb1017892 [diff] |
Correct rustc version for the stabilization of runtime detection of VEX variants of avx512
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.