commit | a274099340c5f502f31f1942473a415538c4f667 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Nov 18 09:54:51 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Wed Nov 18 09:54:51 2009 -0800 |
tree | b72d4ead97e20426dc204a90f4853ff91db25363 | |
parent | 4c0f262a2d475531c4a4e9d101dea2922b5d1e09 [diff] |
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