commit | d5b6aabbb7d5398fe84eb43efc410d8a95b1ebb5 | [log] [tgz] |
---|---|---|
author | Tsukasa OI <floss_rust@irq.a4lg.com> | Sat May 31 05:06:05 2025 +0000 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Sat May 31 09:38:49 2025 +0000 |
tree | 25b8b4bd77a08e20b374a7d975bd7f01bbd2539b | |
parent | e647260144a206f58c4ad1cfa8ade8c668c665a4 [diff] |
stdarch-verify: Modernization of the coding style It modernizes the coding style of the crate stdarch-verify by dealing with Clippy warnings (allows clippy::collapsible_if but review may be required for later changes). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 4/4
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.