File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ fields:
134
134
definedBy : I
135
135
reset_value : 1
136
136
M :
137
- location : 13
137
+ location : 12
138
138
description : |
139
139
Indicates support for the `M` (integer multiply/divide) extension.
140
140
@@ -146,7 +146,7 @@ fields:
146
146
return implemented?(ExtensionName::M) ? 1 : 0;
147
147
definedBy : M
148
148
S :
149
- location : 19
149
+ location : 18
150
150
description : |
151
151
Indicates support for the `S` (supervisor mode) extension.
152
152
@@ -158,7 +158,7 @@ fields:
158
158
return implemented?(ExtensionName::S) ? 1 : 0;
159
159
definedBy : S
160
160
U :
161
- location : 21
161
+ location : 20
162
162
description : |
163
163
Indicates support for the `U` (user mode) extension.
164
164
@@ -170,7 +170,7 @@ fields:
170
170
return implemented?(ExtensionName::U) ? 1 : 0;
171
171
definedBy : U
172
172
V :
173
- location : 22
173
+ location : 21
174
174
description : |
175
175
Indicates support for the `V` (vector) extension.
176
176
You can’t perform that action at this time.
0 commit comments