aboutsummaryrefslogtreecommitdiff
path: root/src/vector-crypto.adoc
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14Remove outdated draft warnings/ratification explanationsAndrew Waterman1-9/+2
2024-04-09Updating chapter titles to make them consisten.wmat1-1/+1
Removed extraneous use of the word Standard. Quoted extension names when applicable.
2024-04-02Opcode 0x77 is named OP-VE, for "Vector Extensions"Andrew Waterman1-22/+22
Resolves #1310 This major opcode is currently used by vector crypto extensions. It'll likely be used by future vector extensions, as well. The official naming table currently describes this opcode as _reserved_, which is obviously no longer the case. Informally, it has sometimes been referred to as OP-P, since there was once a plan to encode the packed-SIMD extensions there. The vector crypto spec reflects this informal usage; this commit fixes that up. (The plan to use OP-P for packed SIMD has been superseded by a proposal to use brownfield space elsewhere.)
2024-03-28unifying vector-crypto title with scalar-cryptoNicolas Brunie1-1/+1
Signed-off-by: Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com>
2024-03-25Add missing v to beginning of extension name in vector-crypto.adocCraig Topper1-1/+1
This table used sm3me instead of vsm3me Signed-off-by: Craig Topper <craig.topper@sifive.com>
2024-03-19Adding Zvkncwmat1-0/+24
Missed this instruction on the first pass, so adding it in.
2024-03-19Integration of Vector Crypto chapter.wmat1-0/+4940
Added missing contributors. Added all Vector Crypto content. Added Bibliography entries.