.links: Drop obsolete `lib-config.in' file.
[u/mdw/catacomb] / mpx.h
2007-01-29 Mark Woodingcleanup: Big pile of whitespace fixes, all at once.
2007-01-16 Mark WoodingMerge branch 'fixes'
2007-01-16 Mark WoodingFix various assumptions about mpw sizes.
2004-04-08 mdwExpunge revision histories in files.
2004-03-27 mdwImplement efficient reduction for pleasant-looking...
2003-05-16 mdwFix @mp_lsl2c@. Turns out to be surprisingly tricky.
2002-10-19 mdwFix bit operations. Test them (a bit) better.
2002-10-09 mdwFix bounds on workspace for Karatsuba operations.
2002-10-06 mdwPile of changes for supporting two's complement properly.
2001-04-03 mdwAdd some simple bitwise operations so that Perl can...
2000-10-08 mdwRename Karatsuba constants now that we have @gfx_kmul...
2000-10-08 mdwProvide @mpx_ueq@ for rapidly testing equality of two...
1999-12-22 mdwNew function for division by a small integer.
1999-12-11 mdwKaratsuba squaring algorithm.
1999-12-11 mdwChange Karatsuba parameters slightly.
1999-12-10 mdwKaratsuba-Ofman multiplication algorithm.
1999-11-20 mdwAdd function versions of some low-level macros with...
1999-11-17 mdwAdd two's complement support. Fix a bug in MPX_UMLAN.
1999-11-13 mdwMinor interface changes. Should be stable now.
1999-11-11 mdwMinor changes for different `mptypes.h' format.
1999-09-03 mdwInitial import.