aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_s390x.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2020-12-03math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2020-04-27math/big: simplify hasVX checking on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite subVW to use fast path on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite addVW to use fast path on s390xRuixin(Peter) Bao
2020-04-22math/big: clean up whitespace in arith_s390x.s fileRuixin(Peter) Bao
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
2016-10-26math/big: uses SIMD for some math big functions on s390xBill O'Farrell
2016-09-19cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday
2016-09-12runtime, math/big: allow R0 on s390x to contain values other than 0Michael Munday
2016-04-07math/big: add s390x function implementationsMichael Munday