commit | 61714108cdd5085d0f7034cd99eeeb92927bfc6f | [log] [tgz] |
---|---|---|
author | satiscugcat <23110026@iitgn.ac.in> | Fri Jun 13 11:33:59 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue Jun 17 19:28:07 2025 +0000 |
tree | f9f9f187e570fd19acabc7d93780ad4f8779bc45 | |
parent | 3d6e9bbfca49087e11844714d579d9b611eafa4c [diff] |
Moved const fn outside unsafe block
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.