Skip to content

Commit 84152d5

Browse files
committed
doc: add riscv64 to ports list
Mention support for the 64-bit RISC-V instruction set (GOARCH=riscv64) in the "Installing Go from source" document. Also sort the list of supported instruction sets alphabetically. Updates #27532 Change-Id: I07a443044a41a803853978dd7f7446de89ecceb5 Reviewed-on: https://go-review.googlesource.com/c/go/+/240377 Reviewed-by: Alberto Donizetti <[email protected]>
1 parent 96e8366 commit 84152d5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Diff for: doc/install-source.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 id="introduction">Introduction</h2>
3333
</p>
3434

3535
<p>
36-
The Go compilers support twelve instruction sets:
36+
The Go compilers support the following instruction sets:
3737

3838
<dl>
3939
<dt>
@@ -48,23 +48,29 @@ <h2 id="introduction">Introduction</h2>
4848
<dd>
4949
The <code>ARM</code> instruction set, 64-bit (<code>AArch64</code>) and 32-bit.
5050
</dd>
51+
<dt>
52+
<code>mips64</code>, <code>mips64le</code>, <code>mips</code>, <code>mipsle</code>
53+
</dt>
54+
<dd>
55+
The <code>MIPS</code> instruction set, big- and little-endian, 64- and 32-bit.
56+
</dd>
5157
<dt>
5258
<code>ppc64</code>, <code>ppc64le</code>
5359
</dt>
5460
<dd>
5561
The 64-bit PowerPC instruction set, big- and little-endian.
5662
</dd>
5763
<dt>
58-
<code>s390x</code>
64+
<code>riscv64</code>
5965
</dt>
6066
<dd>
61-
The IBM z/Architecture.
67+
The 64-bit RISC-V instruction set.
6268
</dd>
6369
<dt>
64-
<code>mips64</code>, <code>mips64le</code>, <code>mips</code>, <code>mipsle</code>
70+
<code>s390x</code>
6571
</dt>
6672
<dd>
67-
The <code>MIPS</code> instruction set, big- and little-endian, 64- and 32-bit.
73+
The IBM z/Architecture.
6874
</dd>
6975
<dt>
7076
<code>wasm</code>

0 commit comments

Comments
 (0)