commit | c58860c79dc72662c73c02fa232ada0761709ce5 | [log] [tgz] |
---|---|---|
author | Tsukasa OI <floss_rust@irq.a4lg.com> | Wed Apr 30 04:55:31 2025 +0000 |
committer | Amanieu d'Antras <amanieu@gmail.com> | Thu May 01 11:24:23 2025 +0000 |
tree | 05277ffd9640fc20f9896fe80971fad9c75fbf9c | |
parent | 690b3a6334d482874163bd6fcef408e0518febe9 [diff] |
Revert "std_detect: RISC-V platform guide documentation" This reverts commit e907456b2e10622ccd854a3bba8d02ce170b5dbb. This is due to a CI failure (technically broken HTML with duplicate IDs) caused by this commit (visibly fine but invalid per the HTML specification and detected by the LinkCheck tool on the Rust CI process). The author independently working on a rustdoc enhancement to enable writing multiple references to a single footnote. Once that change makes it to the stage0 compiler (the next beta), the original change will be acceptable again (postponed for possibly the version 1.89 cycle).
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.