bug-gmp
[Top][All Lists]
Advanced

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

Re: ABI=longlong on x86 linux


From: Kevin Ryde
Subject: Re: ABI=longlong on x86 linux
Date: 26 Jan 2002 09:20:04 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

jason <address@hidden> writes:
>
>   while(l <= high)
>     {
>       ASSERT(stn < 8 * sizeof(unsigned long) + 1);
>       p = l;
>       l += 2;
>       if (pp == 0)
>             {
>               pp = p;
>               continue;
>             }
>           umul_ppmm (st[stn]->_mp_d[1], st[stn]->_mp_d[0], p, pp);
>         st[stn]->_mp_size = 2;

For what it's worth, it looks like st[stn]->_mp_d[1] can be zero here,
in which case the size must be set to 1 not 2.  Is that meant to
happen?  Anyway, you can look into it.



reply via email to

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