You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arch/certificate_class/MC.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ naming_scheme: |
21
21
22
22
Where:
23
23
24
-
* Left & right square braces denote optional.
24
+
* Left & right square braces denote optional.
25
25
* \<model> is a 3 digit integer. It is changed only when mandatory extensions are added to a CRD.
26
26
** The one's digit is incremented when a small mandatory extension is added (e.g., Zicond)
27
27
** The ten's digit is incremented when a medium mandatory extension is addded (e.g., PMP)
28
28
** The hundreds's digit is incremented when a large mandatory extension is addded (e.g., V or H)
29
-
* \<version> is a semantic version (see semver.org) formatted as <major>[.<minor>.[patch]]. If \<version> is omitted, the reference applies equally to all versions.
29
+
* \<version> is a semantic version (see semver.org) formatted as <major>[.<minor>.[patch]]. If \<version> is omitted, the reference applies equally to all versions.
30
30
** A <major> release indicates support for a new optional extension.
31
31
** A <minor> release indicates one or more of the following changes to the certification tests associated with the CRD.
32
32
*** Fix test bug or increase test coverage
@@ -35,4 +35,4 @@ naming_scheme: |
35
35
** A <patch> release indicates just CRD specification changes without any difference in functional behavior
Copy file name to clipboardExpand all lines: arch/csr/F/fcsr.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ description: |
42
42
modes are encoded as shown in <<rm>>. A value of 111 in the
43
43
instruction's _rm_ field selects the dynamic rounding mode held in
44
44
`frm`. The behavior of floating-point instructions that depend on
45
-
rounding mode when executed with a reserved rounding mode is _reserved_, including both static reserved rounding modes (101-110) and dynamic reserved rounding modes (101-111). Some instructions, including widening conversions, have the _rm_ field but are nevertheless mathematically unaffected by the rounding mode; software should set their _rm_ field to
45
+
rounding mode when executed with a reserved rounding mode is _reserved_, including both static reserved rounding modes (101-110) and dynamic reserved rounding modes (101-111). Some instructions, including widening conversions, have the _rm_ field but are nevertheless mathematically unaffected by the rounding mode; software should set their _rm_ field to
46
46
RNE (000) but implementations must treat the _rm_ field as usual (in
47
47
particular, with regard to decoding legal vs. reserved encodings).
48
48
@@ -122,7 +122,7 @@ fields:
122
122
including both static reserved rounding modes (101-110) and dynamic reserved
123
123
rounding modes (101-111). Some instructions, including widening conversions,
124
124
have the _rm_ field but are nevertheless mathematically unaffected by the
125
-
rounding mode; software should set their _rm_ field to
125
+
rounding mode; software should set their _rm_ field to
126
126
RNE (000) but implementations must treat the _rm_ field as usual (in
127
127
particular, with regard to decoding legal vs. reserved encodings).
128
128
type: RW-H
@@ -181,4 +181,4 @@ fields:
181
181
Set by hardware when a floating point operation is inexact and stays set until explicitly
0 commit comments