Skip to content

Commit e10c94a

Browse files
tklauseraclements
authored andcommitted
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 <[email protected]> Reviewed-by: Joel Sing <[email protected]> Reviewed-by: Austin Clements <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
1 parent 3b2a578 commit e10c94a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: doc/go1.16.html

+8
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ <h3 id="386">386</h3>
8181
with <code>GO386=softfloat</code>.
8282
</p>
8383

84+
<h3 id="riscv">RISC-V</h3>
85+
86+
<p><!-- golang.org/issue/36641, CL 267317 -->
87+
The <code>linux/riscv64</code> port now supports cgo and
88+
<code>-buildmode=pie</code>. This release also includes performance
89+
optimizations and code generation improvements for RISC-V.
90+
</p>
91+
8492
<h2 id="tools">Tools</h2>
8593

8694
<p>

0 commit comments

Comments
 (0)