]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: make unaligned 64-bit atomic operation panic on ARM
authorShenghou Ma <minux.ma@gmail.com>
Mon, 1 Apr 2013 21:34:03 +0000 (14:34 -0700)
committerRob Pike <r@golang.org>
Mon, 1 Apr 2013 21:34:03 +0000 (14:34 -0700)
commit94b7853924f817fce39f4c1eae366e973623e12b
treecc934b6e9457ffdccfbe5389bf283957fecb64e7
parent3467068ef42ddc477569a89f3789a80e8b00a887
sync/atomic: make unaligned 64-bit atomic operation panic on ARM
use MOVW.NE instead of BEQ and MOVW.

R=golang-dev, dave, rsc, daniel.morsing
CC=golang-dev
https://golang.org/cl/7718043
src/pkg/sync/atomic/asm_arm.s
src/pkg/sync/atomic/asm_linux_arm.s
src/pkg/sync/atomic/atomic_test.go