Skip to content

Commit 41dd6ef

Browse files
committed
_content/doc/go1.25: add release note for loong64
Change-Id: Ie54fefae485284ae741e817a174f4236d19f0610 Reviewed-on: https://go-review.googlesource.com/c/website/+/682175 Reviewed-by: Meidan Li <[email protected]> Reviewed-by: Karol (madnetpl) <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Junyang Shao <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent 7495893 commit 41dd6ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_content/doc/go1.25.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,13 @@ As [announced](/doc/go1.24#darwin) in the Go 1.24 release notes, Go 1.25 require
587587
<!-- go.dev/issue/71671 -->
588588
Go 1.25 is the last release that contains the [broken](/doc/go1.24#windows) 32-bit windows/arm port (`GOOS=windows` `GOARCH=arm`). It will be removed in Go 1.26.
589589

590+
### Loong64
591+
592+
<!-- CLs 533717, 533716, 543316, 604176 -->
593+
The linux/loong64 port now supports the race detector, gathering traceback information from C code
594+
using [`runtime.SetCgoTraceback`](/pkg/runtime#SetCgoTraceback), and linking cgo programs with the
595+
internal link mode.
596+
590597
### RISC-V
591598

592599
<!-- CL 420114 -->

0 commit comments

Comments
 (0)