Skip to content

Commit e0393d6

Browse files
committed
RISC-V: Remove non-existent Zb
The `Zb` extension does not exist and we instead have the `B` extension which is a superset of the three subextensions: `Zba`, `Zbb` and `Zbs`. For now (since `B` extension is not stabilized on Rust), this commit just removes `Zb`.
1 parent e5a1af4 commit e0393d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/attributes/codegen.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ Feature | Implicitly Enables | Description
503503
`a` | | [A][rv-a] --- Atomic instructions
504504
`c` | | [C][rv-c] --- Compressed instructions
505505
`m` | | [M][rv-m] --- Integer Multiplication and Division instructions
506-
`zb` | `zba`, `zbc`, `zbs` | [Zb][rv-zb] --- Bit Manipulation instructions
507506
`zba` | | [Zba][rv-zb-zba] --- Address Generation instructions
508507
`zbb` | | [Zbb][rv-zb-zbb] --- Basic bit-manipulation
509508
`zbc` | | [Zbc][rv-zb-zbc] --- Carry-less multiplication
@@ -527,7 +526,6 @@ Feature | Implicitly Enables | Description
527526
[rv-a]: https://github.com/riscv/riscv-isa-manual/blob/de46343a245c6ee1f7b1a40c92fe1a86bd4f4978/src/a-st-ext.adoc
528527
[rv-c]: https://github.com/riscv/riscv-isa-manual/blob/de46343a245c6ee1f7b1a40c92fe1a86bd4f4978/src/c-st-ext.adoc
529528
[rv-m]: https://github.com/riscv/riscv-isa-manual/blob/de46343a245c6ee1f7b1a40c92fe1a86bd4f4978/src/m-st-ext.adoc
530-
[rv-zb]: https://github.com/riscv/riscv-bitmanip
531529
[rv-zb-zba]: https://github.com/riscv/riscv-bitmanip/blob/main/bitmanip/zba.adoc
532530
[rv-zb-zbb]: https://github.com/riscv/riscv-bitmanip/blob/main/bitmanip/zbb.adoc
533531
[rv-zb-zbc]: https://github.com/riscv/riscv-bitmanip/blob/main/bitmanip/zbc.adoc

0 commit comments

Comments
 (0)