Skip to content

Commit 3235cf9

Browse files
Update v-st-ext.adoc
Minor rewording of mapping for LMUL > 1 Signed-off-by: DmitryUtyansky <118922093+DmitryUtyansky@users.noreply.github.com>
1 parent 9ad9e41 commit 3235cf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/v-st-ext.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -783,10 +783,10 @@ next-highest-numbered vector register in the group once each vector
783783
register is filled.
784784

785785
If a vector extension supports EEW > VLEN, one element can span multiple
786-
vector registers and to have EEW bits to hold one element the requirement is that
787-
the LMUL {ge} EEW/VLEN. In this case
788-
each element occupies multiple consecutive vector registers, the least
789-
significant bits of each element go to the lower-numbered vector register.
786+
vector registers, in which case the least-significant bits of the element
787+
are held in the lowest-numbered vector register.
788+
Instructions that access vector register groups with EMUL < EEW/VLEN are
789+
reserved.
790790

791791
----
792792
LMUL > 1 examples

0 commit comments

Comments
 (0)