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_arm64.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-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-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
2020-08-28
math/big: tune addVW/subVW performance on arm64
Xiangdong Ji
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-27
math/big: temporarily disable buggy shlVU assembly for arm64
Robert Griesemer
2018-03-12
math/big: optimize shlVU and shrVU on arm64
erifan01
2018-03-08
math/big: optimize addVW and subVW on arm64
erifan01
2018-03-07
math/big: implement addMulVVW on arm64
Vlad Krasnov
2018-03-06
math/big: don't use R18 in ARM64 assembly
Cherry Zhang
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
2015-04-23
math/big: add partial arm64 assembly support
Josh Bleecher Snyder
2015-03-20
math/big: enable pure Go (no assembly) build with build tag
Robert Griesemer
2015-03-16
math, math/big: add support for GOARCH=arm64
Aram Hăvărneanu