commit | 5d37c526f5ada7d7c90dc92939d54b54bd1f053b | [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 | 46cc630fb4a9c741c02998e2ee6a5be20fb2de0b | |
parent | e2f8dca69f353ee1cb39f35dc689cb5882e4f2a6 [diff] |
stdarch-gen-arm: Modernization of the coding style It modernizes the coding style of the crate stdarch-gen-arm by fixing Clippy warnings (except clippy::{collapsible_if,obfuscated_if_else} that might make the program look worse as a result of "fixing" warnings). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 84/84 Note: Rust Analyzer double counts one of the Clippy warnings so it reduces 85 warnings (as reported by the Rust Analyzer). This commit also applies similar technique used to resolve Clippy warnings but also simplifies identifier name formatting and makes reading easier. Confirmed that the exact same code will be generated.
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.