- b0df927 math/big: add shrVU and shlVU benchmarks by Josh Bleecher Snyder · 4 years ago
- b1369d5 math/big: remove the s390x assembly for shlVU and shrVU by Jonathan Albrecht · 4 years, 1 month ago
- d54a9a9 math/big: replace division with multiplication by reciprocal word by SparrowLii · 4 years, 5 months ago
- ae7b6a3 math/big: tune addVW/subVW performance on arm64 by Xiangdong Ji · 4 years, 11 months ago
- 41bc0a1 math/big: fix TestShiftOverlap for test -count arguments > 1 by SparrowLii · 4 years, 5 months ago
- 503e6ccd math/big: fix the bug in assembly implementation of shlVU on arm64 by erifan01 · 6 years ago
- d17d41e math/big: optimize mulAddVWW on arm64 for better performance by erifan01 · 7 years ago
- d5edbca math/big: rewrite pure Go implementations to use math/bits by Josh Bleecher Snyder · 6 years ago
- 0585d41 math/big: optimize addVW and subVW on arm64 by erifan01 · 7 years ago
- c4f3fe9 math/big: optimize addVV and subVV on arm64 by erifan01 · 7 years ago
- 70ea0ec math/big: replace local versions of bitLen, nlz with math/bits versions by Robert Griesemer · 8 years ago
- 6f135bf math/big: cut 2 minutes off race tests by Brad Fitzpatrick · 8 years ago
- 2168f2a math/big: simplify benchmarking code some more by Robert Griesemer · 9 years ago
- 07f0c19 math/big: use run for benchmarks by Marcel van Lohuizen · 9 years ago
- b2cf571 all: delete dead test code by Dominik Honnef · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 91f2db3 math/big: test that subVW and addVW work with arbitrary y by Josh Bleecher Snyder · 10 years ago
- 067acd5 math/big: faster "pure Go" addition/subtraction for long vectors by Robert Griesemer · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 10 years ago[Renamed from src/pkg/math/big/arith_test.go]
- 053b448 math/big: added benchmarks to establish baseline for core functions by Robert Griesemer · 12 years ago
- 8a90a88 math/big: test both bitLen and bitLen_g by Robert Griesemer · 13 years ago
- 316f81b math/big: assembly versions of bitLen for x86-64, 386, and ARM. by David G. Andersen · 13 years ago
- 1dc37bb math/big: slight improvement to algorithm used for internal bitLen function by David G. Andersen · 13 years ago
- 5cb4a15 html,log,math: renamings by Rob Pike · 13 years ago[Renamed from src/pkg/big/arith_test.go]
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- 5bf57c1 big: remove some unnecessary conversions by Robert Griesemer · 14 years ago
- 705c038 big: arm assembly, faster software mulWW, divWW by Russ Cox · 14 years ago
- e351533 big: delete unnecessary type decls by Robert Griesemer · 14 years ago
- 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
- 52cc058 big: cleanups and performance tuning by Robert Griesemer · 15 years ago
- 61eb0e7 big: more cleanup by Robert Griesemer · 15 years ago
- 2b0a30c big: implemented core shift routines in arith.go and by Robert Griesemer · 15 years ago
- 841a32d big: Create type nat by Evan Shaw · 15 years ago
- 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 1698934 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- db4e48e big: fix carry error, add test case. crypto/x509: reenable tests. by Adam Langley · 15 years ago
- 48b3156 gofmt'ed big by Robert Griesemer · 15 years ago
- 65063bc big: add Div, Mod, Exp, GcdExt and several other fixes. by Adam Langley · 15 years ago
- c62b326 apply gofmt to the LGTM-marked files from 34501 by Russ Cox · 15 years ago
- ac5093f fix 386 build: by Robert Griesemer · 15 years ago
- e587422 snapshot: by Robert Griesemer · 15 years ago
- db3bf9c First cut at a more realistic multi-precision package: by Robert Griesemer · 15 years ago