First cut at a more realistic multi-precision package:
- implemented low-level operations on word vectors - implemented corresponding amd64 assembly routines for word vector operations - implemented first set of operations on unsigned integers - implemented first set of operations on signed integers - implemented systematic test cases for each data type R=rsc DELTA=1330 (1330 added, 0 deleted, 0 changed) OCL=33132 CL=33285
Showing
src/pkg/big/Makefile
0 → 100644
src/pkg/big/arith.go
0 → 100644
src/pkg/big/arith_amd64.s
0 → 100644
src/pkg/big/arith_test.go
0 → 100644
src/pkg/big/big.go
0 → 100644
src/pkg/big/bigN.go
0 → 100644
src/pkg/big/bigN_test.go
0 → 100644
src/pkg/big/bigZ.go
0 → 100644
src/pkg/big/bigZ_test.go
0 → 100644
src/pkg/big/defs.go
0 → 100644
Please
register
or
sign in
to comment