commit | 690b3a6334d482874163bd6fcef408e0518febe9 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Mon Apr 28 11:32:14 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue Apr 29 11:59:15 2025 +0000 |
tree | de2cacd3fe9e35d40ded393995227715ec678851 | |
parent | 5c35b84b73411519e48edd6fe579261d7f222038 [diff] |
Add `avx512vl` requirement to testsuite for avx512fp16 128 and 256 bit
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.