Skip to content

Commit 0e00aba

Browse files
Update v-st-ext.adoc
More concise, "vector register (or a vector register group)" => "vector register group" Signed-off-by: DmitryUtyansky <118922093+DmitryUtyansky@users.noreply.github.com>
1 parent e47e351 commit 0e00aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v-st-ext.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3930,9 +3930,9 @@ destination format is converted to the destination format's largest finite value
39303930
=== Vector Reduction Operations
39313931

39323932
[#norm:vreduction_scalar_def]#Vector reduction operations take a vector register group of elements
3933-
and a scalar held in element 0 of a vector register (or a vector register group), and perform a
3933+
and a scalar held in element 0 of a vector register group, and perform a
39343934
reduction using some binary operator, to produce a scalar result in
3935-
element 0 of a vector register (or a vector register group).# [#norm:vreduction_scalar_disregard_LMUL]#The scalar input and output operands
3935+
element 0 of a vector register group.# [#norm:vreduction_scalar_disregard_LMUL]#The scalar input and output operands
39363936
are held in element 0 of a group with EMUL=ceil(EEW/VLEN) regardless of LMUL setting.#
39373937

39383938
NOTE: The previous edition specified use of a single vector register (EMUL=1). EMUL = ceil(EEW/VLEN) allows for a case

0 commit comments

Comments
 (0)