Skip to content

Commit d1fcd20

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 958940f commit d1fcd20

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
@@ -506,7 +506,7 @@ Feature | Implicitly Enables | Description
506506
`m` | | [M][rv-m] --- Integer Multiplication and Division instructions
507507
`zba` | | [Zba][rv-zba] --- Address Generation instructions
508508
`zbb` | | [Zbb][rv-zbb] --- Basic bit-manipulation
509-
`zbc` | | [Zbc][rv-zbc] --- Carry-less multiplication
509+
`zbc` | `zbkc` | [Zbc][rv-zbc] --- Carry-less multiplication
510510
`zbkb` | | [Zbkb][rv-zbkb] --- Bit Manipulation Instructions for Cryptography
511511
`zbkc` | | [Zbkc][rv-zbkc] --- Carry-less multiplication for Cryptography
512512
`zbkx` | | [Zbkx][rv-zbkx] --- Crossbar permutations

0 commit comments

Comments
 (0)