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_amd64.s
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-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
2023-10-19
all: drop old +build lines
Dmitri Shuralyov
2022-04-28
math/big: delete all mulWW assembly code
Wayne Zuo
2021-10-20
math/big: remove stray whitespace in addMulVVW on amd64
andig
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2020-09-23
math/big: replace division with multiplication by reciprocal word
SparrowLii
2019-04-09
all: change the old assembly style AX:CX to CX, AX
Neven Sajko
2019-03-09
math/big: add fast path for amd64 addVW for large z
Josh Bleecher Snyder
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2018-02-24
math/big: speed-up addMulVVW on amd64
Ilya Tocar
2017-10-24
cmd/internal/obj/x86: move MOV->XOR rewriting into compiler
Matthew Dempsky
2017-03-23
math/big: replace local versions of bitLen, nlz with math/bits versions
Robert Griesemer
2016-10-10
math/big: make division faster
Russ Cox
2015-05-22
math/big: Simple Montgomery Multiplication to accelerate Mod-Exp
Vlad Krasnov
2015-03-20
math/big: enable pure Go (no assembly) build with build tag
Robert Griesemer
2015-01-08
math/big: faster assembly kernels for AddVx/SubVx for amd64.
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox