Skip to content

Commit 63201ed

Browse files
committed
[spec] Fix wrong parameter in definition of vextbinop operator
1 parent fb72c97 commit 63201ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document/core/exec/numerics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ The previous operators are lifted to operators on arguments of vector type by wr
22082208
\land~i_2^\ast = \lanes_{\K{i}N_1\K{x}M_1}(c_2)[h \slice k] \\
22092209
\land~{i'_1}^\ast = \extend^{\sx}_{N_1, N_2}(i_1)^\ast \\
22102210
\land~{i'_2}^\ast = \extend^{\sx}_{N_1, N_2}(i_2)^\ast \\
2211-
\land~j^\ast = f_{N_2}({i'_1}^\ast, {i'_1}^\ast) \\
2211+
\land~j^\ast = f_{N_2}({i'_1}^\ast, {i'_2}^\ast) \\
22122212
\end{array}
22132213
\end{array}
22142214

0 commit comments

Comments
 (0)