]> Cypherpunks repositories - gostls13.git/commit
snapshot:
authorRobert Griesemer <gri@golang.org>
Sat, 15 Aug 2009 18:43:54 +0000 (11:43 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 15 Aug 2009 18:43:54 +0000 (11:43 -0700)
commite5874223efef1928009fc34fd3b91c06713984c1
tree8c00d0a3d434ded3d1f0bd1f1cb40608e9d8c3a8
parentb21425ddee558ecf8820a3b4564786833f3f0533
snapshot:
- renamed Z -> Int
- made Int ops methods on *Int
- "install" assembly routines dynamically
- replace mulVW functions with mulAddVWW
  of equivalent performance but symmetric functionality
  to divWVW
- implemented scanN

status:
- need mulNN (trivial)
- need division/modulo after which the set of
  elementary operations is complete
- to/from string conversion working

R=rsc
DELTA=320  (124 added, 50 deleted, 146 changed)
OCL=33308
CL=33341
src/pkg/big/arith.go
src/pkg/big/arith_amd64.s
src/pkg/big/arith_test.go
src/pkg/big/bigN.go
src/pkg/big/bigN_test.go
src/pkg/big/bigZ.go
src/pkg/big/bigZ_test.go