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_decl.go
Age
Commit message (
Expand
)
Author
2025-04-19
math/big: replace assembly with mini-compiler output
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
2024-05-23
all: document legacy //go:linkname for modules with ≥5,000 dependents
Russ Cox
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2022-08-08
math/big: make NewInt inlineable and zero allocation
Keith Randall
2022-04-28
math/big: delete all mulWW assembly code
Wayne Zuo
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-09-23
math/big: replace division with multiplication by reciprocal word
SparrowLii
2020-02-25
math/big: initial vector arithmetic in riscv64 assembly
Joel Sing
2020-01-15
math, math/big: add support for riscv64
Joel Sing
2017-03-23
math/big: replace local versions of bitLen, nlz with math/bits versions
Robert Griesemer
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-03-20
math/big: enable pure Go (no assembly) build with build tag
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox