1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/big
Russ Cox 44ca04d3d6 big, bytes: move assembly externs to separate file
to make it easier to build package without assembly.

R=r, r2
CC=golang-dev
https://golang.org/cl/1680045
2010-06-21 19:53:08 -07:00
..
arith_386.s big: potential bug fix, cleanups 2010-05-19 09:36:50 -07:00
arith_amd64.s big: potential bug fix, cleanups 2010-05-19 09:36:50 -07:00
arith_arm.s big: implemented core shift routines in arith.go and 2010-04-30 09:29:11 -07:00
arith_decl.go big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
arith_test.go big: cleanups and performance tuning 2010-05-08 13:52:36 -07:00
arith.go big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
calibrate_test.go big: improved computation of "karatsuba length" for faster multiplies 2010-04-30 11:54:27 -07:00
hilbert_test.go test/hilbert.go: convert to test case and benchmark for big.Rat 2010-05-21 20:20:17 -07:00
int_test.go big: add ModInverse. 2010-05-26 15:58:58 -04:00
int.go big: fix spelling of Euclidean 2010-06-02 12:53:15 -07:00
Makefile big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
nat_test.go big: implemented format support for fmt library, MulRange 2010-05-15 10:23:41 -07:00
nat.go big: prevent errors in Exp in the face of aliasing 2010-05-24 14:32:55 -04:00
rat_test.go big: bug fix for Quo aliasing problem 2010-06-01 14:37:11 -07:00
rat.go big: bug fix for Quo aliasing problem 2010-06-01 14:37:11 -07:00