]> Cypherpunks repositories - gostls13.git/commit
big: implement 386 assembly routines
authorRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 17:54:51 +0000 (09:54 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 17:54:51 +0000 (09:54 -0800)
commita274099340c5f502f31f1942473a415538c4f667
treeb72d4ead97e20426dc204a90f4853ff91db25363
parent4c0f262a2d475531c4a4e9d101dea2922b5d1e09
big: implement 386 assembly routines
7x speedup on big and crypto/rsa unit tests.
also dropped useAsm in favor of making the
asm stubs jump to the Go versions.

R=agl1
CC=golang-dev, gri
https://golang.org/cl/157062
src/pkg/big/arith.go
src/pkg/big/arith_386.s
src/pkg/big/arith_amd64.s
src/pkg/big/arith_arm.s