Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math/big: delete all mulWW assembly code | Wayne Zuo | 2022-04-28 | 1 | -4/+0 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
* | math/big: replace division with multiplication by reciprocal word | SparrowLii | 2020-09-23 | 1 | -8/+0 |
* | math/big: initial vector arithmetic in riscv64 assembly | Joel Sing | 2020-02-25 | 1 | -1/+1 |
* | math, math/big: add support for riscv64 | Joel Sing | 2020-01-15 | 1 | -1/+1 |
* | math/big: add fast path for pure Go addVW for large z | Josh Bleecher Snyder | 2019-03-09 | 1 | -2/+12 |
* | math/big: replace local versions of bitLen, nlz with math/bits versions | Robert Griesemer | 2017-03-23 | 1 | -4/+0 |
* | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
* | math/big: enable pure Go (no assembly) build with build tag | Robert Griesemer | 2015-03-20 | 1 | -0/+55 |