commit | abe559dbaa4d8ee0d9fe9d4861328c5eb1017892 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Wed Mar 26 00:56:23 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Sat May 17 09:48:33 2025 +0000 |
tree | b91a82506f08f7b1da2b4fdf158bfbd98be41ed4 | |
parent | 7230afc42cc4ed53312f3556ae6c2cb402574b20 [diff] |
Stabilize 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.