diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 814c21f3b78324..51e0ac7441ad4e 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -24,6 +24,13 @@ Go 1.23 introduces a new `GOARM64` environment variable, which specifies the min The `GOARM64` environment variable defaults to `v8.0`. +### RISC-V {#riscv} + + +Go 1.23 introduces a new `GORISCV64` environment variable, which selects the [RISC-V user-mode application profile](https://github.com/riscv/riscv-profiles/blob/main/src/profiles.adoc) for which to compile. Allowed values are `rva20u64` and `rva22u64`. + +The `GORISCV64` environment variable defaults to `rva20u64`. + ### Wasm {#wasm} diff --git a/doc/next/9-todo.md b/doc/next/9-todo.md index 5ebb644af0fe3e..424780cd7d85cf 100644 --- a/doc/next/9-todo.md +++ b/doc/next/9-todo.md @@ -1,8 +1,5 @@ - -TODO: The new `GORISCV64` environment variable needs to be documented. This note should be moved to an appropriate location in the release notes. -