commit | f1c1839c0deb985a9f98cbd6b38a6d43f2df6157 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Fri Apr 18 12:03:16 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Thu May 01 11:37:00 2025 +0000 |
tree | c10978aa7058b4ad78f49c9b0115c0b90ec7e6c8 | |
parent | 6154e4031624dbe2b46e01fded52238bdb4a905b [diff] |
Require `fma` and `f16c` for `avx512f` in `std_detect`
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.