commit | e647260144a206f58c4ad1cfa8ade8c668c665a4 | [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 | ffe7391dbdb0ec134ac08d607e19634164edbe58 | |
parent | 278ecc1ccabb14e62c248205bcf5ab7bda72ac07 [diff] |
stdarch-test: Modernization of the coding style It modernizes the coding style of the crate stdarch-test by fixing Clippy warnings. Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 1/1
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.