[mpir-devel] Microsoft text adventure

2012-01-20 Thread Bill Hart
Saw this hilarious spoof this morning and couldn't help myself... had to post a link here: http://arstechnica.com/microsoft/news/2012/01/microsoft-pimps-it-old-school-with-a-pricey-text-adventure-game.ars Bill. -- You received this message because you are subscribed to the Google Groups "mpir-

[mpir-devel] Re: FFT wrapper done

2012-01-20 Thread Cactus
Great work Jason! I got quite a few of these out of memory issues in my testing of the new FFT. It probably occurs when one of the recursive FFT routines is entered with the length (n) set to zero, which causes an 'infinite' recursion. This (n == 0) is not supposed to happen. If you can sen

Re: [mpir-devel] I've compiled MPIR on Visual Studio 2010; now what?

2012-01-20 Thread Cactus
It is also worth mentioning that the output location has changed if the version in the SVN is being used. As you say, the lib and dll output directories used to be subdirectories of mpir\build.vc10. But in the SVN (and future versions of MPIR) the output directories lib, dll and bin are subd