aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_arm.s
AgeCommit message (Expand)Author
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