Skip to content

Commit 4f277ff

Browse files
authored
Fix list of vector crypto extensions that require SEW=64 (riscv#1697)
The list of extensions that include Zvknhb and Zvbc (and therefore require support for SEW=64) was incorrect. Fix it.
1 parent 4ef2cb4 commit 4f277ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector-crypto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ The section introduces all of the extensions in the Vector Cryptography
477477
Instruction Set Extension Specification.
478478

479479
The <<zvknh,Zvknhb>> and <<zvbc>> Vector Crypto Extensions
480-
--and accordingly the composite extensions <<Zvkn>> and <<Zvks>>--
480+
--and accordingly the composite extensions <<Zvkn>>, <<Zvknc>>, <<Zvkng>>, and <<Zvksc>>--
481481
require a Zve64x base,
482482
or application ("V") base Vector Extension.
483483

0 commit comments

Comments
 (0)