commit | 86351a28a4576bcaa245f46e5725398dd511cb4f | [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 | 6c136613c8f7f01dcb26c4363788051dbdfa406f | |
parent | d5b6aabbb7d5398fe84eb43efc410d8a95b1ebb5 [diff] |
stdarch_examples: Modernization of the coding style It modernizes the coding style of the crate stdarch_examples (an example "connect5") by fixing Clippy warnings (except clippy::manual_range_contains in which "fixing" the warning will complicate the code). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 6/6
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.