Skip to content

Commit 683e402

Browse files
committed
[spec] Formatting eps
1 parent 7f3e78e commit 683e402

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

document/core/syntax/instructions.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Occasionally, it is convenient to group operators together according to the foll
195195
Vector Instructions
196196
~~~~~~~~~~~~~~~~~~~
197197

198-
Vector instructions (also known as *SIMD* instructions, single instruction multiple data) provide basic operations over :ref:`values <syntax-value>` of :ref:`vector type <syntax-vectype>`.
198+
Vector instructions (also known as *SIMD* instructions, *single instruction multiple data*) provide basic operations over :ref:`values <syntax-value>` of :ref:`vector type <syntax-vectype>`.
199199

200200
.. math::
201201
\begin{array}{llcl}
@@ -208,6 +208,10 @@ Vector instructions (also known as *SIMD* instructions, single instruction multi
208208
\production{half} & \half &::=&
209209
\K{low} ~|~ \K{high} \\
210210
\production{lane index} & \laneidx &::=& \u8 \\
211+
\end{array}
212+
213+
.. math::
214+
\begin{array}{llcl}
211215
\production{instruction} & \instr &::=&
212216
\dots \\&&|&
213217
\K{v128.}\VCONST~\i128 \\&&|&
@@ -271,6 +275,10 @@ Vector instructions (also known as *SIMD* instructions, single instruction multi
271275
\K{f64x2.}\VCONVERT\K{\_low\_i32x4\_}\sx ~|~
272276
\K{f64x2.}\VPROMOTE\K{\_low\_f32x4} \\&&|&
273277
\dots \\
278+
\end{array}
279+
280+
.. math::
281+
\begin{array}{llcl}
274282
\production{vector bitwise unary operator} & \vvunop &::=&
275283
\K{not} \\
276284
\production{vector bitwise binary operator} & \vvbinop &::=&

0 commit comments

Comments
 (0)