[mpir-devel] Re: [sage-devel] MPIR secrets and bsdnt

2010-06-23 Thread Sergey Bochkanov
Hello, Bill. You wrote 22 июня 2010 г., 3:30:30: > BSDNT > .. > scratch. One idea I had was to write all the low level routines in > LLVM instead of assembly, then just build suitable optimisations into > LLVM so that nice assembly is automatically produced. This is entirely > feasible and wou

[mpir-devel] Re: MPIR 2.2

2010-06-23 Thread jason
Hi Hopefully we can release mpir-2.1.1 today , then this is what I plan to do. I dont have a lot of time in the next month so I'll will mainly concentrate on small items ie bug fixing/cleaning-up , stuff I can do in a few hours or in fits and starts , nothing where I have to sit down for a day or

Re: [mpir-devel] Re: C++ Wrapper: unresolved external symbols

2010-06-23 Thread Jason Moxham
On Friday 18 June 2010 08:18:03 Cactus wrote: > On Jun 18, 7:33 am, degski wrote: > > Hi Degski, > > > As I ran into trouble with the static c++ lib, I concluded that I > > needed a dynamic lib, hence my problem was created. > > The fact that the DLL libraries include the C++ functions is > mentio

Re: [mpir-devel] MPIR secrets and bsdnt

2010-06-23 Thread Antony Vennard
Hi Bill, Thanks, will do. Just a quick note - in the code I posted the line: for ( i = 0; i < nsdim; i++ ) in the second piece should read: for ( i = x*nt; i < nsdim+(x*nt); i++ ) As clearly, otherwise you'd just be doing the same section repeatedly... what I intented was to break the factor u