From e982fb5220213120322477000185afb531a80bdd Mon Sep 17 00:00:00 2001 From: Bongjun Jang Date: Tue, 7 Feb 2023 13:25:13 +0900 Subject: [PATCH 1/2] Fix typo --- document/core/text/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/text/instructions.rst b/document/core/text/instructions.rst index e846ccb50b..0fc6fb4602 100644 --- a/document/core/text/instructions.rst +++ b/document/core/text/instructions.rst @@ -165,7 +165,7 @@ Reference Instructions \production{instruction} & \Tplaininstr_I &::=& \dots \\ &&|& \text{ref.null}~~t{:}\Theaptype &\Rightarrow& \REFNULL~t \\ &&|& \text{ref.is\_null} &\Rightarrow& \REFISNULL \\ &&|& - \text{ref.func}~~x{:}\Tfuncidx &\Rightarrow& \REFFUNC~x \\ &&|& + \text{ref.func}~~x{:}\Tfuncidx &\Rightarrow& \REFFUNC~x \\ \end{array} From 29843e6540b29b426d3aeabb7085e64c571254c8 Mon Sep 17 00:00:00 2001 From: Bongjun Jang Date: Tue, 7 Feb 2023 13:31:26 +0900 Subject: [PATCH 2/2] Fix typo --- document/core/text/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/text/instructions.rst b/document/core/text/instructions.rst index 0fc6fb4602..0e8c577de4 100644 --- a/document/core/text/instructions.rst +++ b/document/core/text/instructions.rst @@ -891,7 +891,7 @@ Vector constant instructions have a mandatory :ref:`shape ` de \text{f64x2.convert\_low\_i32x4\_s} &\Rightarrow& \F64X2.\VCONVERT\K{\_low\_i32x4\_s}\\ &&|& \text{f64x2.convert\_low\_i32x4\_u} &\Rightarrow& \F64X2.\VCONVERT\K{\_low\_i32x4\_u}\\ &&|& \text{f32x4.demote\_f64x2\_zero} &\Rightarrow& \F32X4.\VDEMOTE\K{\_f64x2\_zero}\\ &&|& - \text{f64x2.promote\_low\_f32x4} &\Rightarrow& \F64X2.\VPROMOTE\K{\_low\_f32x4}\\ &&|& + \text{f64x2.promote\_low\_f32x4} &\Rightarrow& \F64X2.\VPROMOTE\K{\_low\_f32x4}\\ \end{array}