commit | c76591d4608c1c7f90def6997e2234e0576b1cc6 | [log] [tgz] |
---|---|---|
author | sayantn <sayantn05@gmail.com> | Mon Jun 02 21:38:25 2025 +0530 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Mon Jun 02 19:45:08 2025 +0000 |
tree | 68c8d2eb2264acec75cd7bff1c0ed67debbe79e7 | |
parent | f41f0fab9aba5f7f8dfb73518def2ee1b968b375 [diff] |
Remove uses of deprecated type-specific pointers from ARM
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.