From e10c94af26b95f4af71c4a040b3d3f01499d01de Mon Sep 17 00:00:00 2001
From: Tobias Klauser
Date: Thu, 3 Dec 2020 11:27:05 +0100
Subject: [PATCH] doc/go1.16: document riscv64 port changes
For #36641
For #40700
Change-Id: Ib268559a2ce7839372dbf273d95876d8d4521a45
Reviewed-on: https://go-review.googlesource.com/c/go/+/274478
Trust: Tobias Klauser
Reviewed-by: Joel Sing
Reviewed-by: Austin Clements
Reviewed-by: Cherry Zhang
---
doc/go1.16.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/go1.16.html b/doc/go1.16.html
index fb7022b3541..bc4fc0e64b6 100644
--- a/doc/go1.16.html
+++ b/doc/go1.16.html
@@ -81,6 +81,14 @@ Do not send CLs removing the interior tags from such phrases.
with GO386=softfloat
.
+RISC-V
+
+
+ The linux/riscv64
port now supports cgo and
+ -buildmode=pie
. This release also includes performance
+ optimizations and code generation improvements for RISC-V.
+
+