We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631684c commit 2c42587Copy full SHA for 2c42587
1 file changed
document/core/binary/instructions.rst
@@ -257,7 +257,7 @@ Each variant of :ref:`atomic memory instruction <syntax-instr-atomic-memory>` is
257
\production{instruction} & \Binstr &::=& \dots && \phantom{thisshouldbeenough} \\ &&|&
258
\hex{FE}~~00{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICNOTIFY~m \\ &&|&
259
\hex{FE}~~01{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICWAIT\K{32}~m \\ &&|&
260
- \hex{FE}~~02{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICWAIT\K{64}~m \\
+ \hex{FE}~~02{:}\Bu32~~m{:}\Bmemarg &\Rightarrow& \MEMORYATOMICWAIT\K{64}~m \\ &&|&
261
\hex{FE}~~03{:}\Bu32~~\hex{00} &\Rightarrow& \MEMORYATOMICFENCE \\
262
\end{array}
263
0 commit comments