</p>
<p>
-The Go compilers support twelve instruction sets:
+The Go compilers support the following instruction sets:
<dl>
<dt>
<dd>
The <code>ARM</code> instruction set, 64-bit (<code>AArch64</code>) and 32-bit.
</dd>
+<dt>
+ <code>mips64</code>, <code>mips64le</code>, <code>mips</code>, <code>mipsle</code>
+</dt>
+<dd>
+ The <code>MIPS</code> instruction set, big- and little-endian, 64- and 32-bit.
+</dd>
<dt>
<code>ppc64</code>, <code>ppc64le</code>
</dt>
The 64-bit PowerPC instruction set, big- and little-endian.
</dd>
<dt>
- <code>s390x</code>
+ <code>riscv64</code>
</dt>
<dd>
- The IBM z/Architecture.
+ The 64-bit RISC-V instruction set.
</dd>
<dt>
- <code>mips64</code>, <code>mips64le</code>, <code>mips</code>, <code>mipsle</code>
+ <code>s390x</code>
</dt>
<dd>
- The <code>MIPS</code> instruction set, big- and little-endian, 64- and 32-bit.
+ The IBM z/Architecture.
</dd>
<dt>
<code>wasm</code>