]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: add 64-bit Load and Store
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 8 Sep 2011 07:58:48 +0000 (11:58 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 8 Sep 2011 07:58:48 +0000 (11:58 +0400)
commitcf0d8c0941308da40e54df73c16bffd1552a495d
treede4550a79f907fed1b9d791294e32d23fd99a06d
parent571d3f50d398e50ca4dbe8f21cb9c19cffc76c0b
sync/atomic: add 64-bit Load and Store

R=rsc
CC=golang-dev
https://golang.org/cl/4977054
src/pkg/sync/atomic/asm_386.s
src/pkg/sync/atomic/asm_amd64.s
src/pkg/sync/atomic/asm_arm.s
src/pkg/sync/atomic/asm_linux_arm.s
src/pkg/sync/atomic/atomic_test.go
src/pkg/sync/atomic/doc.go