commit | 968efab0c2460d6bf766de086222003a9c44dd92 | [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 | 3e0881e837ac68b386961e74e1064af1f7ba8de1 | |
parent | 86351a28a4576bcaa245f46e5725398dd511cb4f [diff] |
intrinsic-test: Modernization of the coding style It modernizes the coding style of the crate intrinsic-test by fixing Clippy warnings. Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 36/36
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.