aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith_test.go
AgeCommit message (Expand)Author
2021-05-20[release-branch.go1.15] math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht
2021-05-14[release-branch.go1.15] math/big: fix TestShiftOverlap for test -count argume...SparrowLii
2019-05-08math/big: fix the bug in assembly implementation of shlVU on arm64erifan01
2019-04-22math/big: optimize mulAddVWW on arm64 for better performanceerifan01
2019-03-04math/big: rewrite pure Go implementations to use math/bitsJosh Bleecher Snyder
2018-03-08math/big: optimize addVW and subVW on arm64erifan01
2018-03-06math/big: optimize addVV and subVV on arm64erifan01
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2016-09-14math/big: cut 2 minutes off race testsBrad Fitzpatrick
2016-05-26math/big: simplify benchmarking code some moreRobert Griesemer
2016-05-25math/big: use run for benchmarksMarcel van Lohuizen
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2015-04-21math/big: test that subVW and addVW work with arbitrary yJosh Bleecher Snyder
2015-01-08math/big: faster "pure Go" addition/subtraction for long vectorsRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox