aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_amd64.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
2019-03-09math/big: add fast path for amd64 addVW for large zJosh Bleecher Snyder
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-02-24math/big: speed-up addMulVVW on amd64Ilya Tocar
2017-10-24cmd/internal/obj/x86: move MOV->XOR rewriting into compilerMatthew Dempsky
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2016-10-10math/big: make division fasterRuss Cox
2015-05-22math/big: Simple Montgomery Multiplication to accelerate Mod-ExpVlad Krasnov
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 amd64.Robert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox