Skip to content

Commit 0752505

Browse files
committed
RISC-V: Update implication from zbc
rust-lang/rust#140139 changed the target feature implication without updating the Reference. That change is came from the fact that the Zbc extension is a functional superset of the Zbkc extension. This commit fixes this issue. Appendix - List of all Zbkc / Zbc instructions: * `clmul` (Zbkc / Zbc) * `clmulh` (Zbkc / Zbc) * `clmulr` (Zbc only)
1 parent 11c02f5 commit 0752505

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)