commit | e2f8dca69f353ee1cb39f35dc689cb5882e4f2a6 | [log] [tgz] |
---|---|---|
author | Tsukasa OI <floss_rust@irq.a4lg.com> | Mon May 26 03:38:35 2025 +0000 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Fri May 30 21:09:38 2025 +0000 |
tree | b9d94753d7da6938f7e4976a26ce64b31d4b19b4 | |
parent | f32b66c09a3d96ff9cc57840c615a63058abe013 [diff] |
RISC-V: Linux: Imply Zicntr from the IMA base behavior As the author confirmed as in: <https://lists.infradead.org/pipermail/linux-riscv/2025-May/070844.html>, runtime detection of the Zicntr extension (as in the Linux kernel 6.15) is currently (and technically) redundant on the current base IMA behavior (although can be meaningful if new base behavior is added). This commit implies the Zicntr extension from the base IMA behavior.
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.