index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
big
/
arith_test.go
Age
Commit message (
Expand
)
Author
2025-04-18
math/big: replace addVW/subVW assembly with fast pure Go
Russ Cox
2025-04-18
math/big: add more complete tests and benchmarks of assembly
Russ Cox
2025-04-11
math/big: remove copy responsibility from, rename shlVU, shrVU
Russ Cox
2025-04-11
math/big: replace addMulVVW with addMulVVWW
Russ Cox
2025-02-27
math/big: replace nat pool with Word stack
Russ Cox
2022-11-02
math/big: use Montgomery for z.Exp(x, y, m) even for even m
Russ Cox
2022-04-28
math/big: delete all mulWW assembly code
Wayne Zuo
2022-04-01
all: fix TODO comment hanging indents
Russ Cox
2021-03-07
math/big: add shrVU and shlVU benchmarks
Josh Bleecher Snyder
2020-12-03
math/big: remove the s390x assembly for shlVU and shrVU
Jonathan Albrecht
2020-09-23
math/big: replace division with multiplication by reciprocal word
SparrowLii
2020-08-28
math/big: tune addVW/subVW performance on arm64
Xiangdong Ji
2020-08-25
math/big: fix TestShiftOverlap for test -count arguments > 1
SparrowLii
2019-05-08
math/big: fix the bug in assembly implementation of shlVU on arm64
erifan01
2019-04-22
math/big: optimize mulAddVWW on arm64 for better performance
erifan01
2019-03-04
math/big: rewrite pure Go implementations to use math/bits
Josh Bleecher Snyder
2018-03-08
math/big: optimize addVW and subVW on arm64
erifan01
2018-03-06
math/big: optimize addVV and subVV on arm64
erifan01
2017-03-23
math/big: replace local versions of bitLen, nlz with math/bits versions
Robert Griesemer
2016-09-14
math/big: cut 2 minutes off race tests
Brad Fitzpatrick
2016-05-26
math/big: simplify benchmarking code some more
Robert Griesemer
2016-05-25
math/big: use run for benchmarks
Marcel van Lohuizen
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-04-21
math/big: test that subVW and addVW work with arbitrary y
Josh Bleecher Snyder
2015-01-08
math/big: faster "pure Go" addition/subtraction for long vectors
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox