aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_386.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
2019-04-09all: change the old assembly style AX:CX to CX, AXNeven Sajko
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
2015-01-08math/big: faster assembly kernels for AddVx/SubVx for 386.Robert Griesemer
2015-01-08math/big: faster assembly kernels for AddVx/SubVx for amd64.Robert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox