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.go
Age
Commit message (
Expand
)
Author
2025-04-19
math/big: use clearer loop bounds check elimination
Russ Cox
2025-04-18
math/big: replace addVW/subVW assembly with fast pure Go
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
2022-04-28
math/big: delete all mulWW assembly code
Wayne Zuo
2021-05-26
math/big: move division into natdiv.go
Russ Cox
2021-03-05
math/big: remove bounds checks for shrVU_g inner loop
Josh Bleecher Snyder
2020-09-23
math/big: replace division with multiplication by reciprocal word
SparrowLii
2019-04-04
math/big: simplify shlVU_g and shrVU_g
Neven Sajko
2019-03-09
math/big: add fast path for pure Go addVW for large z
Josh Bleecher Snyder
2019-03-09
math/big: remove bounds checks in pure Go implementations
Josh Bleecher Snyder
2019-03-04
math/big: rewrite pure Go implementations to use math/bits
Josh Bleecher Snyder
2019-03-04
math/big: optimize shlVU_g and shrVU_g
Josh Bleecher Snyder
2018-10-28
math/big: fix a formula used as documentation
hearot
2017-03-23
math/big: replace local versions of bitLen, nlz with math/bits versions
Robert Griesemer
2017-02-24
math/big: use math/bits where appropriate
Robert Griesemer
2017-02-21
math/big: define Word as uint instead of uintptr
Robert Griesemer
2015-05-27
math/big: more cleanups (msbxx, nlzxx functions)
Robert Griesemer
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