Skip to content

Commit

Permalink
Merge pull request #382 from nibrunieAtSi5/patch-62
Browse files Browse the repository at this point in the history
[#379][vector] instruction constraints vgh* -> vg*
  • Loading branch information
mjosaarinen authored Feb 16, 2024
2 parents 3c8bb0c + 7c4deed commit 2981464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/vector/riscv-crypto-vector-instruction-constraints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Element Group Size (`EGS`).

| vaes* | 4
| vsha2* | 4
| vgh* | 4
| vg* | 4
| vsm3* | 8
| vsm4* | 4

Expand All @@ -37,7 +37,7 @@ _illegal instruction exception_ is raised, even if `vl`=0.
| vaes* | 32 | 128
| vsha2* | 32 | 128
| vsha2* | 64 | 256
| vgh* | 32 | 128
| vg* | 32 | 128
| vsm3* | 32 | 256
| vsm4* | 32 | 128

Expand All @@ -58,7 +58,7 @@ all other `SEW` values are _reserved_.
| Zvknha: vsha2* | 32
| Zvknhb: vsha2* | 32 or 64
| vclmul[h] | 64
| vgh* | 32
| vg* | 32
| vsm3* | 32
| vsm4* | 32

Expand Down

0 comments on commit 2981464

Please sign in to comment.