GMP 5.0.0 released!
Torbjorn Granlund
tg at gmplib.org
Fri Jan 8 16:52:32 CET 2010
Paolo Bonzini <bonzini at gnu.org> writes:
On 01/08/2010 01:02 PM, Torbjorn Granlund wrote:
> * The mpn_bdivmod function has been removed. We do not consider this an
> incompatible change, since the function was marked as preliminary.
I did expect this for GMP 5.0.0, however I was a bit disappointed that
no equivalent interface was provided. As things stand, it is
impossible to do a fast exact division using mpn public functions
only. I can of course use __gmpn_divexact directly, but I'd rather
avoid that.
Would it be possible to make mpn_divexact (and maybe mpn_divexact_1)
public in a future release?
Yes, mpn_divexact will in one form or another become public. And so
will mpn_div_q, mpn_div_qr, mpn_bdiv_q, anf mpn_bdiv_qr, again in one
form or another.
--
Torbjörn
More information about the gmp-discuss
mailing list