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
165165 \production {instruction} & \Tplaininstr _I &::=& \dots \\ &&|&
166166 \text {ref.null}~~t{:}\Theaptype &\Rightarrow & \REFNULL ~t \\ &&|&
167167 \text {ref.is\_null} &\Rightarrow & \REFISNULL \\ &&|&
168- \text {ref.func}~~x{:}\Tfuncidx &\Rightarrow & \REFFUNC ~x \\ &&|&
168+ \text {ref.func}~~x{:}\Tfuncidx &\Rightarrow & \REFFUNC ~x \\
169169 \end {array}
170170
171171
@@ -891,7 +891,7 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
891891 \text {f64 x2 .convert\_low\_i32 x4 \_s} &\Rightarrow & \F64 X2 .\VCONVERT\K {\_low\_i32 x4 \_s}\\ &&|&
892892 \text {f64 x2 .convert\_low\_i32 x4 \_u} &\Rightarrow & \F64 X2 .\VCONVERT\K {\_low\_i32 x4 \_u}\\ &&|&
893893 \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 }\\
895895 \end {array}
896896
897897
You can’t perform that action at this time.
0 commit comments