Skip to content

Commit 54106d3

Browse files
committed
tentatively remove the "B" RISC-V extension from the documentation
Although the "B" extension is redefined and ratified, keeping this in the documentation as-is have two issues: * "B" extension is not added to `riscv.rs` yet (to be added later). * "B" extension is ratified as a combination of "Zba", "Zbb" and "Zbs" extensions and "Zbc" is *not* a part of "B" itself (despite that it is listed under "B"), which makes the documentation misleading. This commit tentatively removes the reference to the "B" extension and replaced with "Bit Manipulation Extensions" without an extension name.
1 parent 8f28efe commit 54106d3

File tree

1 file changed

+1
-1
lines changed
  • crates/std_detect/src/detect/arch

1 file changed

+1
-1
lines changed

crates/std_detect/src/detect/arch/riscv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ features! {
2828
/// * RV32I: `"rv32i"`
2929
/// * RV64I: `"rv64i"`
3030
/// * A: `"a"`
31-
/// * B: `"b"`
31+
/// * Bit Manipulation Extensions:
3232
/// * Zba: `"zba"`
3333
/// * Zbb: `"zbb"`
3434
/// * Zbc: `"zbc"`

0 commit comments

Comments
 (0)