]> Cypherpunks repositories - gostls13.git/commit
big: arm assembly, faster software mulWW, divWW
authorRuss Cox <rsc@golang.org>
Wed, 27 Oct 2010 04:10:17 +0000 (21:10 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 27 Oct 2010 04:10:17 +0000 (21:10 -0700)
commit705c0382e8f8437558a099a92a1d48674a252ddb
tree6269cea41ea2f9052fbd2f92d6be10538a3b1b09
parenta8abb64a7165a2d673449306adf0aa68686d9091
big: arm assembly, faster software mulWW, divWW

Reduces time spent running crypto/rsa test by 65%.

Fixes #1227.

R=gri, PeterGo
CC=golang-dev
https://golang.org/cl/2743041
src/pkg/big/arith.go
src/pkg/big/arith_arm.s
src/pkg/big/arith_test.go