summaryrefslogtreecommitdiff
path: root/src/pkg/big/arith_amd64.s
AgeCommit message (Expand)AuthorFilesLines
2010-05-19big: potential bug fix, cleanupsRobert Griesemer1-3/+21
2010-05-08big: cleanups and performance tuningRobert Griesemer1-29/+29
2010-05-07big: more cleanupRobert Griesemer1-73/+49
2010-05-06big: implemented overlap-tolerant shifts in assemblyRobert Griesemer1-47/+93
2010-04-30big: implemented core shift routines in arith.go andRobert Griesemer1-0/+50
2010-04-19big: Get rid of function pointers and init functionEvan Shaw1-14/+14
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-7/+7
2009-11-18big: implement 386 assembly routinesRuss Cox1-5/+0
2009-08-26Implement divWW_g in Go.Ian Lance Taylor1-11/+0
2009-08-26cleanups before making larger changesRobert Griesemer1-63/+63
2009-08-18fix 386 build:Robert Griesemer1-61/+14
2009-08-18- implemented MultiplicationRobert Griesemer1-1/+28
2009-08-15snapshot:Robert Griesemer1-32/+22
2009-08-14First cut at a more realistic multi-precision package:Robert Griesemer1-0/+219