summaryrefslogtreecommitdiff
path: root/src/math/big/arith_decl_pure.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: delete all mulWW assembly codeWayne Zuo2022-04-281-4/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* math/big: replace division with multiplication by reciprocal wordSparrowLii2020-09-231-8/+0
* math/big: initial vector arithmetic in riscv64 assemblyJoel Sing2020-02-251-1/+1
* math, math/big: add support for riscv64Joel Sing2020-01-151-1/+1
* math/big: add fast path for pure Go addVW for large zJosh Bleecher Snyder2019-03-091-2/+12
* math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer2017-03-231-4/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* math/big: enable pure Go (no assembly) build with build tagRobert Griesemer2015-03-201-0/+55