emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bignum branch


From: Andy Moreton
Subject: Re: bignum branch
Date: Thu, 09 Aug 2018 18:08:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (windows-nt)

On Thu 09 Aug 2018, Tom Tromey wrote:

>>>>>> "Andy" == Andy Moreton <address@hidden> writes:
>
> Andy> It appears that mini-gmp does not define GMP_NUMB_BITS, so does this
> Andy> patch work for you instead ?
>
> Let me know if you want me to push this to the branch for you.

Yes please.

As a minor speedup, you could also change various places that use
"mpz_cmp_si (foo, 0) >= 0" to use "mpz_sgn (foo) >= 0".

    AndyM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]