]> Cypherpunks repositories - gostls13.git/commit
big: implemented core shift routines in arith.go and
authorRobert Griesemer <gri@golang.org>
Fri, 30 Apr 2010 16:29:11 +0000 (09:29 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Apr 2010 16:29:11 +0000 (09:29 -0700)
commit2b0a30c4b5db7a88b3cdd403bffe701fee6e094b
treed91a27a61eebf5850d4141850483bfa0294ccd69
parent05cf357dd95475cd0483b40a0bb90d717b3a3539
big: implemented core shift routines in arith.go and
     provide assembly versions (for x86-64 for now)

(Not yet used - waiting for previous CL to clear)

R=rsc
CC=golang-dev
https://golang.org/cl/1040041
src/pkg/big/arith.go
src/pkg/big/arith_386.s
src/pkg/big/arith_amd64.s
src/pkg/big/arith_arm.s
src/pkg/big/arith_test.go