From 8cacff4270a756b1a833541891baec13c5a97b52 Mon Sep 17 00:00:00 2001 From: Ian Henderson Date: Wed, 10 Aug 2022 17:59:37 -0700 Subject: [PATCH] Correct formatting error in instructions.rst Remove the extra newline and vertical bar after the encoding for the `i64x2.ge_s` instruction. --- document/core/binary/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/binary/instructions.rst b/document/core/binary/instructions.rst index abd4ee5c01..e13a03236e 100644 --- a/document/core/binary/instructions.rst +++ b/document/core/binary/instructions.rst @@ -614,7 +614,7 @@ All other vector instructions are plain opcodes without any immediates. \hex{FD}~~216{:}\Bu32 &\Rightarrow& \I64X2.\VLT\K{\_s} \\ &&|& \hex{FD}~~217{:}\Bu32 &\Rightarrow& \I64X2.\VGT\K{\_s} \\ &&|& \hex{FD}~~218{:}\Bu32 &\Rightarrow& \I64X2.\VLE\K{\_s} \\ &&|& - \hex{FD}~~219{:}\Bu32 &\Rightarrow& \I64X2.\VGE\K{\_s} \\ &&|& + \hex{FD}~~219{:}\Bu32 &\Rightarrow& \I64X2.\VGE\K{\_s} \\ \end{array} .. _binary-vfrelop: