From cd770402008fcb56b68f5be911848f3c6dd15bd3 Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Wed, 3 Apr 2024 09:03:23 +0200 Subject: [PATCH] [spec] Typo --- document/core/exec/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/exec/instructions.rst b/document/core/exec/instructions.rst index 4e926b5ce8..b03b600bfc 100644 --- a/document/core/exec/instructions.rst +++ b/document/core/exec/instructions.rst @@ -557,7 +557,7 @@ Most other vector instructions are defined in terms of numeric operators that ar .. math:: \begin{array}{lcl@{\qquad}l} - (\V128\K{.}\VCONST~c_1)~\V128\K{.}\vunop &\stepto& (\V128\K{.}\VCONST~c) + (\V128\K{.}\VCONST~c_1)~\shape\K{.}\vunop &\stepto& (\V128\K{.}\VCONST~c) & (\iff c = \vunop_{\shape}(c_1)) \end{array}