Skip to content

Commit 76bcf86

Browse files
committed
Fix a bunch of errors
1 parent 61e34cc commit 76bcf86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

document/core/appendix/embedding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Modules
164164
.. index:: instantiation, module instance
165165
.. _embed-module-instantiate:
166166

167-
:math:`\F{module\_instantiate}(\store, \module, \externval^\ast) : (\store, \moduleinst ~|~ \error)`
167+
:math:`\F{module\_instantiate}(\store, \module, \externval^\ast) : (\store, \moduleinst ~|~ \exception ~|~ \error)`
168168
....................................................................................................
169169

170170
1. Try :ref:`instantiating <exec-instantiation>` :math:`\module` in :math:`\store` with :ref:`external values <syntax-externval>` :math:`\externval^\ast` as imports:

document/core/exec/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ where :math:`\Large\times \{x^\ast\}^N` transforms a sequence of :math:`N` sets
21422142
.. math::
21432143
\begin{array}{lcl@{\qquad}l}
21442144
(\V128\K{.}\VCONST~c)~t\K{x}N\K{.}\BITMASK &\stepto& (\I32\K{.}\CONST~i)
2145-
& (\iff i = \ibits_{32}^{-1}(\ilts_{|t|}(\lanes_{t\K{x}N}(c), 0^N)))
2145+
& (\iff i = \ibits_{32}^{-1}(\ilts_{|t|}(\lanes_{t\K{x}N}(c), (0)^N) (0)^{32-N}))
21462146
\\
21472147
\end{array}
21482148

document/core/exec/numerics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@ where:
22712271
\begin{array}{@{}lcll}
22722272
\irelaxedswizzlelane(i^n, j) &=& i[j] & (\iff j < 16) \\
22732273
\irelaxedswizzlelane(i^n, j) &=& 0 & (\iff \signed_8(j) < 0) \\
2274-
\irelaxedswizzlelane(i^n, j) &=& \relaxed(R_{\F{swizzle}})[ 0, i[j \mod n] ] & (\otherwise) \\
2274+
\irelaxedswizzlelane(i^n, j) &=& \relaxed(R_{\F{swizzle}})[ 0, i^n[j \mod n] ] & (\otherwise) \\
22752275
\end{array}
22762276
22772277
.. note::

0 commit comments

Comments
 (0)