1
0
mirror of https://github.com/golang/go synced 2024-11-23 03:40:02 -07:00

doc/go1.14: document RISC-V support

Fixes #36708
Updates #27532

Change-Id: I9e3bb92d15825e2c4a505e1aea41b2897f18e0ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/216757
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Brad Fitzpatrick 2020-01-28 21:40:08 +00:00 committed by Ian Lance Taylor
parent c436eadbc3
commit 566ebbc3ae

View File

@ -116,6 +116,15 @@ TODO
and <code>IsNaN</code> methods. and <code>IsNaN</code> methods.
</p> </p>
<h3 id="riscv">RISC-V</h3>
<p><!-- Issue 27532 -->
Go 1.14 contains experimental support for 64-bit RISC-V on Linux
(<code>GOOS=linux</code>, <code>GOARCH=riscv64</code>). Be aware
that performance, assembly syntax stability, and possibly
correctness are a work in progress.
</p>
<h3 id="freebsd">FreeBSD</h3> <h3 id="freebsd">FreeBSD</h3>
<p><!-- CL 199919 --> <p><!-- CL 199919 -->