mini-gmp

bodrato at mail.dm.unipi.it bodrato at mail.dm.unipi.it
Sun Feb 2 22:27:36 UTC 2014


Ciao Paul,

Il Gio, 16 Gennaio 2014 9:36 pm, Zimmermann Paul ha scritto:
>> From: nisse (Niels)
>> Date: Thu, 16 Jan 2014 21:11:49 +0100

>> We could add _mpz_realloc (and add mpz_realloc2, which is the
>> recommended gmp interface).

>>   #if WITH_MINI_GMP
>>   #define _mpz_realloc(x, s)
>>   #define mpz_realloc2(x, s)
>>   #endif

> does not work, since for example in mpfr_get_z_2exp (mpz_ptr z,
> mpfr_srcptr f), we need to make sure that z has sufficient space
> to store the significand of f.

Maybe you do not really need mpz_realloc2, but mpz_limbs_write, right?
I think I'll add the mpz_limbs_* interface to mini-gmp, instead of
mpz_realloc2. Will this fit your needs?

Regards,
m

-- 
http://bodrato.it/



More information about the gmp-bugs mailing list