commit | 223aa8f65a1df4e27f022218d6bd9a8a27f7e0d5 | [log] [tgz] |
---|---|---|
author | Madhav Madhusoodanan <f20200049@pilani.bits-pilani.ac.in> | Tue Mar 25 13:32:33 2025 +0400 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Tue May 27 23:27:38 2025 +0000 |
tree | 788105c311d57ca2d4e931ad0dae2b02ca55e75f | |
parent | 8798895e78c3b83879bbf0eb81a487baa16d30d2 [diff] |
Feat: Moved majority of the code to `arm` module. Reasoning: 1. Majority of code assumes the usage of `Intrinsic` and related types, which is derived from the JSON structure of the ARM intrinsics JSON source file 2. Further commits will start with extracting common parts of the code (eg: Create C/Rust file, Build C/Rust file, etc)
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.