Tsukasa OI c36e9de178 RISC-V: tidying: Prefer more canonical reference
1.  Use canonical kernel.org repository instead of the GitHub mirror.
2.  Refer to the fixed commit to guarantee access.
3.  Use `uapi` part to ensure that the feature detection is primarily
    intended for user-mode programs.
2025-04-16 00:56:48 +00:00
..
hmm
2025-04-11 11:30:32 +00:00
2025-02-14 16:40:26 +00:00
2025-01-16 14:29:19 +00:00
2025-01-16 14:29:19 +00:00

stdarch - Rust's standard library SIMD components

Actions Status

Crates

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.