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