X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..20fa0f6976d598481208c0583d72b2ccef637be9:/mpmul.c diff --git a/mpmul.c b/mpmul.c index 0b597f4..1f932b0 100644 --- a/mpmul.c +++ b/mpmul.c @@ -61,6 +61,9 @@ void mpmul_init(mpmul *b) * context; this sort of rules out @mp_build@ integers. */ +#define HWM (MPMUL_DEPTH - 20) +#define LWM (MPMUL_DEPTH / 2) + void mpmul_add(mpmul *b, mp *x) { size_t i = b->i;