]> Cypherpunks repositories - gostls13.git/commit
all: match asm variable names to Go func declarations
authorRuss Cox <rsc@golang.org>
Fri, 21 Sep 2012 04:35:56 +0000 (00:35 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 21 Sep 2012 04:35:56 +0000 (00:35 -0400)
commit85729503834e899324640023f2e969042ed647ff
treee569232bbf99efc48529c25c6bce70f074031445
parent4591cd631dad588c8fb40097021d1c63860aa4ad
all: match asm variable names to Go func declarations

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6548046
17 files changed:
src/pkg/bytes/asm_386.s
src/pkg/bytes/asm_amd64.s
src/pkg/bytes/asm_arm.s
src/pkg/hash/crc32/crc32_amd64.go
src/pkg/hash/crc32/crc32_amd64.s
src/pkg/math/abs_arm.s
src/pkg/math/big/arith_386.s
src/pkg/math/big/arith_amd64.s
src/pkg/math/big/arith_arm.s
src/pkg/math/frexp_386.s
src/pkg/math/hypot_386.s
src/pkg/math/hypot_amd64.s
src/pkg/math/ldexp_386.s
src/pkg/math/modf_386.s
src/pkg/math/sincos_386.s
src/pkg/sync/atomic/asm_386.s
src/pkg/sync/atomic/asm_amd64.s