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 07:49:30 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

jason <address@hidden> writes:
> 
> the ouput from mpz_fac_ui(x,5064) and new_mpz_fac_ui(y,5064) is the same but 
> the mpz_cmp(x,y) says they are different

That's most commonly due to one of the two values being unnormalized,
ie. the high limb isn't non-zero.

MPZ_CHECK_FORMAT (from gmp-impl.h) can be used to check that, if you
want to spray some of them around (temporarily).



reply via email to

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