diff --git a/doc/install-source.html b/doc/install-source.html index b5b422ea11..f8cda1dc21 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -33,7 +33,7 @@ compiler using the GCC back end, see

-The Go compilers support twelve instruction sets: +The Go compilers support the following instruction sets:

@@ -48,24 +48,30 @@ The Go compilers support twelve instruction sets:
The ARM instruction set, 64-bit (AArch64) and 32-bit.
+
+ mips64, mips64le, mips, mipsle +
+
+ The MIPS instruction set, big- and little-endian, 64- and 32-bit. +
ppc64, ppc64le
The 64-bit PowerPC instruction set, big- and little-endian.
+
+ riscv64 +
+
+ The 64-bit RISC-V instruction set. +
s390x
The IBM z/Architecture.
-
- mips64, mips64le, mips, mipsle -
-
- The MIPS instruction set, big- and little-endian, 64- and 32-bit. -
wasm