]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update vendored copy of math/big
authorRobert Griesemer <gri@golang.org>
Fri, 22 Jan 2016 00:48:14 +0000 (16:48 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 22 Jan 2016 01:14:16 +0000 (01:14 +0000)
commita4599efcfb1ca5345efbb4c185ac0094b312f472
treeab9c71a689658f6f7d6d008dbf03854f32d68739
parent445c6855fc65d144d32330c130fde91c774368ef
cmd/compile: update vendored copy of math/big

- obtained by running sh vendor.bash
- contains updated tests and some bug fixes for Montgomery mult.
  (not used by compiler)
- for consistency of math/big versions only

Change-Id: Ib47e48d5b7f6d0e05d7837b1bc74bdb03f2b094e
Reviewed-on: https://go-review.googlesource.com/18831
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/big/int.go
src/cmd/compile/internal/big/int_test.go
src/cmd/compile/internal/big/nat.go
src/cmd/compile/internal/big/nat_test.go