]> Cypherpunks repositories - gostls13.git/commit
runtime: atomic ops for int64
authorAustin Clements <austin@google.com>
Tue, 17 Mar 2015 16:24:22 +0000 (12:24 -0400)
committerAustin Clements <austin@google.com>
Tue, 21 Apr 2015 15:34:54 +0000 (15:34 +0000)
commitfb9fd2bdd7024e8d92e7c2a1436843cbca6e1ed1
tree9ee39b24ea481270804b8ef6159202fec7bb79f9
parent918fdae3482b203565aef4d37cee05bf1b46431d
runtime: atomic ops for int64

These currently use portable implementations in terms of their uint64
counterparts.

Change-Id: Icba5f7134cfcf9d0429edabcdd73091d97e5e905
Reviewed-on: https://go-review.googlesource.com/8831
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/stubs.go