| commit | 99a117295974dfb8970c8720ec43774354423028 | [log] [tgz] |
|---|---|---|
| author | satiscugcat <23110026@iitgn.ac.in> | Fri Jun 13 12:12:00 2025 +0530 |
| committer | Amanieu d'Antras <amanieu@gmail.com> | Tue Jun 17 19:28:07 2025 +0000 |
| tree | 6f50ab284b898f6f86e9c27b36cfc29ad1a741ae | |
| parent | f469c29535b84e5f1499893e64eccc877ca9e31d [diff] |
Test
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.