Skip to content

Commit dc7b00e

Browse files
committed
RISC-V: Update implication from zbc
rust-lang/rust#140139 changed the target feature implication without updating the Reference. This commit fixes this issue.
1 parent 3872033 commit dc7b00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Feature | Implicitly Enables | Description
432432
`c` | | [C][rv-c] --- Compressed instructions
433433
`m` | | [M][rv-m] --- Integer Multiplication and Division instructions
434434
`zba` | | [Zba][rv-zba] --- Address Generation instructions
435-
`zbb` | | [Zbb][rv-zbb] --- Basic bit-manipulation
435+
`zbb` | `zbkc` | [Zbb][rv-zbb] --- Basic bit-manipulation
436436
`zbc` | | [Zbc][rv-zbc] --- Carry-less multiplication
437437
`zbkb` | | [Zbkb][rv-zbkb] --- Bit Manipulation Instructions for Cryptography
438438
`zbkc` | | [Zbkc][rv-zbc] --- Carry-less multiplication for Cryptography

0 commit comments

Comments
 (0)