1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:10:04 -07:00

doc/go1.15: add release notes for RISC-V port

Change-Id: I35045925cca942980419829fe07e5e0f38cb7a91
Reviewed-on: https://go-review.googlesource.com/c/go/+/236338
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Cherry Zhang 2020-06-03 17:09:44 -04:00
parent 4489f4bc84
commit a38f29ad61

View File

@ -62,7 +62,7 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="android">Android</h3>
<p> <!-- golang.org/cl/235017 golang.org/issue/38838 -->
<p> <!-- CL 235017, golang.org/issue/38838 -->
When linking binaries for Android, Go 1.15 explicitly selects
the <code>lld</code> linker available in recent versions of the NDK.
The <code>lld</code> linker avoids crashes on some devices, and is
@ -80,8 +80,11 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="riscv">RISC-V</h3>
<p>
TODO
<p> <!-- CL 226400, CL 226206, and others -->
There has been progress in improving the stability and performance
of the 64-bit RISC-V port on Linux (<code>GOOS=linux</code>,
<code>GOARCH=riscv64</code>). It also now supports asynchronous
preemption.
</p>
<h2 id="tools">Tools</h2>