commit | f32b66c09a3d96ff9cc57840c615a63058abe013 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Thu May 22 12:36:55 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Fri May 30 18:04:16 2025 +0000 |
tree | 2a9bca58e545f6d378bfeee0d71b7a2ca679a2e0 | |
parent | 52d00be3ec51806e66bb06c089452ed15e6c623e [diff] |
Add back `std_detect_env_override`
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.