aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_decl.go
AgeCommit message (Expand)Author
2025-04-19math/big: replace assembly with mini-compiler outputRuss Cox
2025-04-18math/big: replace addVW/subVW assembly with fast pure GoRuss Cox
2025-04-11math/big: remove copy responsibility from, rename shlVU, shrVURuss Cox
2025-04-11math/big: replace addMulVVW with addMulVVWWRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥5,000 dependentsRuss Cox
2023-10-19all: drop old +build linesDmitri Shuralyov
2022-08-08math/big: make NewInt inlineable and zero allocationKeith Randall
2022-04-28math/big: delete all mulWW assembly codeWayne Zuo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2020-02-25math/big: initial vector arithmetic in riscv64 assemblyJoel Sing
2020-01-15math, math/big: add support for riscv64Joel Sing
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-03-20math/big: enable pure Go (no assembly) build with build tagRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox