File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ Reference Instructions
165
165
\production {instruction} & \Tplaininstr _I &::=& \dots \\ &&|&
166
166
\text {ref.null}~~t{:}\Theaptype &\Rightarrow & \REFNULL ~t \\ &&|&
167
167
\text {ref.is\_null} &\Rightarrow & \REFISNULL \\ &&|&
168
- \text {ref.func}~~x{:}\Tfuncidx &\Rightarrow & \REFFUNC ~x \\ &&|&
168
+ \text {ref.func}~~x{:}\Tfuncidx &\Rightarrow & \REFFUNC ~x \\
169
169
\end {array}
170
170
171
171
@@ -891,7 +891,7 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
891
891
\text {f64 x2 .convert\_low\_i32 x4 \_s} &\Rightarrow & \F64 X2 .\VCONVERT\K {\_low\_i32 x4 \_s}\\ &&|&
892
892
\text {f64 x2 .convert\_low\_i32 x4 \_u} &\Rightarrow & \F64 X2 .\VCONVERT\K {\_low\_i32 x4 \_u}\\ &&|&
893
893
\text {f32 x4 .demote\_f64 x2 \_zero} &\Rightarrow & \F32 X4 .\VDEMOTE\K {\_f64 x2 \_zero}\\ &&|&
894
- \text {f64 x2 .promote\_low\_f32 x4 } &\Rightarrow & \F64 X2 .\VPROMOTE\K {\_low\_f32 x4 }\\ &&|&
894
+ \text {f64 x2 .promote\_low\_f32 x4 } &\Rightarrow & \F64 X2 .\VPROMOTE\K {\_low\_f32 x4 }\\
895
895
\end {array}
896
896
897
897
You can’t perform that action at this time.
0 commit comments