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>
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 -->