From: Brad Fitzpatrick
Date: Tue, 28 Jan 2020 21:40:08 +0000 (+0000)
Subject: doc/go1.14: document RISC-V support
X-Git-Tag: go1.14rc1~45
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=566ebbc3ae97741e9419e2668833ac297d63ba54;p=gostls13.git
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
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.14.html b/doc/go1.14.html
index f341bd6d99..71781cee18 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -116,6 +116,15 @@ TODO
and IsNaN
methods.
+RISC-V
+
+
+ Go 1.14 contains experimental support for 64-bit RISC-V on Linux
+ (GOOS=linux
, GOARCH=riscv64
). Be aware
+ that performance, assembly syntax stability, and possibly
+ correctness are a work in progress.
+
+
FreeBSD