aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_arm.s
AgeCommit message (Expand)Author
2025-04-19math/big: replace assembly with mini-compiler outputRuss Cox
2025-04-18math/big: replace addVW/subVW assembly with fast pure GoRuss Cox
2025-04-11math/big: remove copy responsibility from, rename shlVU, shrVURuss Cox
2025-04-11math/big: replace addMulVVW with addMulVVWWRuss Cox
2023-10-19all: drop old +build linesDmitri Shuralyov
2022-04-28math/big: delete all mulWW assembly codeWayne Zuo
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2015-03-20math/big: enable pure Go (no assembly) build with build tagRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox