[mpir-devel] Compiler warnings

2012-01-16 Thread Case Van Horsen
Hi, I've compiled Brian's mpir-exp branch with the VS2008 SDK and a modified configure.bat/make.bat. I changed the warning level to /W3 and examined some of the warnings. The first three warnings I examined are: 1) mpn_addsub_n is defined to return int but the returned value 'ret' is defined as

Re: [mpir-devel] Re: FFT wrapper done

2012-01-16 Thread Case Van Horsen
On Mon, Jan 16, 2012 at 1:41 AM, Cactus wrote: > Bill found the problem with the FFT code and I have now uploaded the fix to > the mpir-exp branch in the MPIR repository. > > This fixes the problem for me but I would be grateful if you could check it > out. Thanks for the quick fix. Tests pass on

Re: [mpir-devel] Re: FFT wrapper done

2012-01-16 Thread Cactus
Bill found the problem with the FFT code and I have now uploaded the fix to the mpir-exp branch in the MPIR repository. This fixes the problem for me but I would be grateful if you could check it out. Thanks for helping to test this branch. Do you have any applications that will exercise t