]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: document RISC-V support
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 28 Jan 2020 21:40:08 +0000 (21:40 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 29 Jan 2020 14:46:51 +0000 (14:46 +0000)
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>
doc/go1.14.html

index f341bd6d99bd8afbf8b9e81e2fff74677f63b42c..71781cee186cfe6fcc0b4c8e5990aa97ef2af2c1 100644 (file)
@@ -116,6 +116,15 @@ TODO
   and <code>IsNaN</code> methods.
 </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>
 
 <p><!-- CL 199919 -->