rust/library/stdarch/crates
Tsukasa OI 2d2390ea39 std_detect: Remove RV32E support attempt on Linux (RISC-V)
Because the current lowest requirements to run the Linux kernel on RISC-V is
RV{32,64}IMA (with 32 general purpose registers) plus some features,
RV32E (with only 16 GPRs) is not currently supported.

Since it's not sure whether current implemented method will work for future
Linux versions even if the minimum requirements are lowered, the support for
RV32E (to be more specific, an attempt to do that) is removed for now.
2025-04-16 18:30:32 +00:00
..
assert-instr-macro Format with style edition 2024 2025-02-09 12:57:14 -08:00
core_arch fix broken intra doc links 2025-04-11 11:30:32 +00:00
intrinsic-test feat - FEAT_LUT neon instrinsics 2025-03-05 14:54:05 +00:00
simd-test-macro Update all crates to Rust 2024 2025-02-09 12:31:33 -08:00
std_detect std_detect: Remove RV32E support attempt on Linux (RISC-V) 2025-04-16 18:30:32 +00:00
stdarch-gen-arm refactor - arm_shared intrinsics are now YAML, where possible use anchor 2025-03-25 10:53:54 +00:00
stdarch-gen-loongarch Format with style edition 2024 2025-02-09 12:57:14 -08:00
stdarch-test Add the keylocker intrinsics 2025-02-13 10:54:53 +00:00
stdarch-verify stdarch-verify: Support f16 vector types 2025-02-24 14:22:42 +00:00