Skip to content

Commit ca1d792

Browse files
committed
Fix typos in SIMD exec/instructions
1 parent 1782235 commit ca1d792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/exec/instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Most vector instructions are defined in terms of generic numeric operators appli
394394
.. math::
395395
\begin{array}{l}
396396
\begin{array}{lcl@{\qquad}l}
397-
(\V128\K{.}\VCONST~c_1)~(\V128\K{.}\VCONST~c_2)~\V128\K{.}\SWIZZLE &\stepto& (\V128\K{.}\VCONST~c')
397+
(\V128\K{.}\VCONST~c_1)~(\V128\K{.}\VCONST~c_2)~\I8X16\K{.}\SWIZZLE &\stepto& (\V128\K{.}\VCONST~c')
398398
\end{array}
399399
\\ \qquad
400400
\begin{array}[t]{@{}r@{~}l@{}}
@@ -431,7 +431,7 @@ Most vector instructions are defined in terms of generic numeric operators appli
431431
.. math::
432432
\begin{array}{l}
433433
\begin{array}{lcl@{\qquad}l}
434-
(\V128\K{.}\VCONST~c_1)~(\V128\K{.}\VCONST~c_2)~\V128\K{.}\SHUFFLE~x^\ast &\stepto& (\V128\K{.}\VCONST~c)
434+
(\V128\K{.}\VCONST~c_1)~(\V128\K{.}\VCONST~c_2)~\I8X16\K{.}\SHUFFLE~x^\ast &\stepto& (\V128\K{.}\VCONST~c)
435435
\end{array}
436436
\\ \qquad
437437
\begin{array}[t]{@{}r@{~}l@{}}

0 commit comments

Comments
 (0)