From 566ebbc3ae97741e9419e2668833ac297d63ba54 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 28 Jan 2020 21:40:08 +0000 Subject: [PATCH] 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 --- doc/go1.14.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index f341bd6d99bd8a..71781cee186cfe 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -116,6 +116,15 @@

WebAssembly

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