[mpir-devel] Question about mpz_popcount

2011-05-03 Thread Chris
In the documentation for mpz_popcount this is stated: If op < 0, the number of 1s is infinite, and the return value is ULONG_MAX, the largest possible mp_bitcnt_t. Now I built an x64 system amd mp_bitcnt_t is a 64bit number but ULONG_MAX is a 32bit number. I'm wondering what will be the result

Re: [mpir-devel] Another disagreement between documentation and mpir.h

2011-05-03 Thread Bill Hart
Yes. It will get corrected at the next release. Bill. On 3 May 2011 21:04, Chris wrote: > Hey Bill.  I'm wondering if the documentation will be corrected? > > Regards > Chris Saunders > > -Original Message- From: Bill Hart > Sent: Monday, May 02, 2011 7:00 PM > To: mpir-devel@googlegroup

Re: [mpir-devel] Another disagreement between documentation and mpir.h

2011-05-03 Thread Chris
Hey Bill. I'm wondering if the documentation will be corrected? Regards Chris Saunders -Original Message- From: Bill Hart Sent: Monday, May 02, 2011 7:00 PM To: mpir-devel@googlegroups.com Subject: Re: [mpir-devel] Another disagreement between documentation and mpir.h I think the u

[mpir-devel] [Win64] dynamic mpc using latest mpc svn source

2011-05-03 Thread Sisyphus
Hi, I just grabbed the latest svn source (rev 993) for mpc: svn checkout svn://scm.gforge.inria.fr/svn/mpc/trunk Then, having first run 'autoreconf -i', I tried building a dynamic build of mpc using that source, against a dynamic mpir-2.3.1 and mpfr-3.0.1. It worked fine - and all tests pass