Skip to content

Commit 2981464

Browse files
authoredFeb 16, 2024
Merge pull request #382 from nibrunieAtSi5/patch-62
[#379][vector] instruction constraints vgh* -> vg*
2 parents 3c8bb0c + 7c4deed commit 2981464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/vector/riscv-crypto-vector-instruction-constraints.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Element Group Size (`EGS`).
1717

1818
| vaes* | 4
1919
| vsha2* | 4
20-
| vgh* | 4
20+
| vg* | 4
2121
| vsm3* | 8
2222
| vsm4* | 4
2323

@@ -37,7 +37,7 @@ _illegal instruction exception_ is raised, even if `vl`=0.
3737
| vaes* | 32 | 128
3838
| vsha2* | 32 | 128
3939
| vsha2* | 64 | 256
40-
| vgh* | 32 | 128
40+
| vg* | 32 | 128
4141
| vsm3* | 32 | 256
4242
| vsm4* | 32 | 128
4343

@@ -58,7 +58,7 @@ all other `SEW` values are _reserved_.
5858
| Zvknha: vsha2* | 32
5959
| Zvknhb: vsha2* | 32 or 64
6060
| vclmul[h] | 64
61-
| vgh* | 32
61+
| vg* | 32
6262
| vsm3* | 32
6363
| vsm4* | 32
6464

0 commit comments

Comments
 (0)
Please sign in to comment.