Skip to content

Commit 28bca89

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 2b5374d commit 28bca89

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
@@ -433,7 +433,7 @@ Feature | Implicitly Enables | Description
433433
`m` | | [M][rv-m] --- Integer Multiplication and Division instructions
434434
`zba` | | [Zba][rv-zba] --- Address Generation instructions
435435
`zbb` | | [Zbb][rv-zbb] --- Basic bit-manipulation
436-
`zbc` | | [Zbc][rv-zbc] --- Carry-less multiplication
436+
`zbc` | `zbkc` | [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
439439
`zbkx` | | [Zbkx][rv-zbkx] --- Crossbar permutations

0 commit comments

Comments
 (0)