Skip to content

Commit 6406f58

Browse files
authored
Merge pull request #302 from riscv-non-isa/tweak-word-for-vxrm-vxsat
Minor word tweaking for vxrm and vxsat cc
2 parents 84134d5 + 035d22b commit 6406f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-cc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Vector registers are not used for passing arguments or return values; we
7373
intend to define a new calling convention variant to allow that as a future
7474
software optimization.
7575

76-
The `vxrm` and `vxsat` fields of `vcsr` are not preserved across calls and the
77-
value is unspecified upon entry.
76+
The `vxrm` and `vxsat` fields of `vcsr` are not preserved across calls and their
77+
values are unspecified upon entry.
7878

7979
Procedures may assume that `vstart` is zero upon entry. Procedures may assume
8080
that `vstart` is zero upon return from a procedure call.

0 commit comments

Comments
 (0)