aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_ppc64x.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
2020-08-18math/big: improve performance of mulAddVWW on ppc64xLynn Boger
2018-04-05math/big: improve performance on ppc64x by unrolling loopsCarlos Eduardo Seo
2018-03-27math/big: improve performance of addVW/subVW for ppc64xCarlos Eduardo Seo
2017-08-11math/big: improve performance for AddMulVVW and mulAddVWW for ppc64xCarlos Eduardo Seo
2017-04-25math/big: improve performance for addVV/subVV for ppc64xCarlos Eduardo Seo
2017-03-31math/big: Unify divWW implementation for ppc64 and ppc64le.Carlos Eduardo Seo
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2016-08-29math/big: add assembly implementation of arith for ppc64{le}Ethan Miller
2015-03-20math/big: enable pure Go (no assembly) build with build tagRobert Griesemer
2014-12-05all: power64 is now ppc64Russ Cox