Skip to content

Commit 92986a3

Browse files
authored
[spec] Fix typo in execution of vector instructions (#1621)
1 parent 2224a91 commit 92986a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

document/core/exec/instructions.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Most vector instructions are defined in terms of generic numeric operators appli
385385

386386
5. Let :math:`j^\ast` be the sequence :math:`\lanes_{i8x16}(c_1)`.
387387

388-
6. Let :math:`c^\ast` be the concatenation of the two sequences :math:`j^\ast~0^{240}`
388+
6. Let :math:`c^\ast` be the concatenation of the two sequences :math:`j^\ast~0^{240}`.
389389

390390
7. Let :math:`c'` be the result of :math:`\lanes^{-1}_{i8x16}(c^\ast[ i^\ast[0] ] \dots c^\ast[ i^\ast[15] ])`.
391391

@@ -518,7 +518,7 @@ Most vector instructions are defined in terms of generic numeric operators appli
518518

519519
7. Let :math:`i^\ast` be the sequence :math:`\lanes_{\shape}(c_2)`.
520520

521-
8. Let :math:`c` be the result of computing :math:`\lanes^{-1}_{\shape}(i^\ast \with [x] = c_1)`
521+
8. Let :math:`c` be the result of computing :math:`\lanes^{-1}_{\shape}(i^\ast \with [x] = c_1)`.
522522

523523
9. Push :math:`\V128.\VCONST~c` on the stack.
524524

@@ -658,7 +658,7 @@ Most vector instructions are defined in terms of generic numeric operators appli
658658

659659
2. Pop the value :math:`\V128.\VCONST~c_1` from the stack.
660660

661-
3. Let :math:`i_1^\ast` be the sequence :math:`\lanes_{\shape}(c_1)`
661+
3. Let :math:`i_1^\ast` be the sequence :math:`\lanes_{\shape}(c_1)`.
662662

663663
4. Let :math:`i` be the result of computing :math:`\bool(\bigwedge(i_1 \neq 0)^\ast)`.
664664

@@ -751,7 +751,7 @@ Most vector instructions are defined in terms of generic numeric operators appli
751751

752752
3. Let :math:`i^\ast` be the sequence :math:`\lanes_{t_1\K{x}M}(c_1)`.
753753

754-
4. Let :math:`c` be the result of computing :math:`\lanes^{-1}_{t_2\K{x}N}(\vcvtop^{\sx}_{|t_1|,|t_2|}(i^\ast))`
754+
4. Let :math:`c` be the result of computing :math:`\lanes^{-1}_{t_2\K{x}N}(\vcvtop^{\sx}_{|t_1|,|t_2|}(i^\ast))`.
755755

756756
5. Push the value :math:`\V128.\VCONST~c` onto the stack.
757757

@@ -928,7 +928,7 @@ where:
928928

929929
4. Let :math:`j^\ast` be the result of computing :math:`\iadd_{N}(i_1, i_2)^\ast`.
930930

931-
5. Let `c` be the result of computing :math:`\lanes^{-1}_{t_2\K{x}N}(j^\ast)`.
931+
5. Let :math:`c` be the result of computing :math:`\lanes^{-1}_{t_2\K{x}N}(j^\ast)`.
932932

933933
6. Push the value :math:`\V128.\VCONST~c` to the stack.
934934

0 commit comments

Comments
 (0)