]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/atomic: add Xchg8 for amd64
authorRhys Hiltner <rhys.hiltner@gmail.com>
Mon, 19 Aug 2024 20:51:59 +0000 (13:51 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 2 Oct 2024 16:57:58 +0000 (16:57 +0000)
commit841bb62f19b782277b9ce3ce80dab010fcc583c6
treeed5fb4b95365118305a64afc50c856843dd131f1
parent03103a54d830ee14187aac7720e42000927a6ce9
internal/runtime/atomic: add Xchg8 for amd64

For #68578

Change-Id: Idecfdbb793f46560dd69287af9170c07cf4ee973
Reviewed-on: https://go-review.googlesource.com/c/go/+/606900
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/runtime/atomic/atomic_amd64.go
src/internal/runtime/atomic/atomic_amd64.s
src/internal/runtime/atomic/xchg8_test.go [new file with mode: 0644]