Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Make sentence more digestible
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Jan 6, 2022
1 parent 8cdce6c commit 53ea56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v-spec.adoc
Expand Up @@ -2216,8 +2216,8 @@ All standard vector floating-point arithmetic operations follow the
IEEE-754/2008 standard. All vector floating-point operations use the
dynamic rounding mode in the `frm` register. Use of the `frm` field
when it contains an invalid rounding mode by any vector floating-point
instruction, even those that do not depend on the rounding mode, or
when `vl`=0, or when `vstart` {ge} `vl`, is reserved.
instruction--even those that do not depend on the rounding mode, or
when `vl`=0, or when `vstart` {ge} `vl`--is reserved.

NOTE: All vector floating-point code will rely on a valid value in
`frm`. Implementations can make all vector FP instructions report
Expand Down

0 comments on commit 53ea56e

Please sign in to comment.