Bill Allombert on Sat, 14 Feb 2004 19:04:13 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Flx_pow with montgomery reduction |
On Sat, Feb 14, 2004 at 12:49:07PM -0500, Igor Schein wrote: > On Sat, Feb 14, 2004 at 04:55:32PM +0100, Bill Allombert wrote: > > Hello PARI developers, > > > > I have commited the change to Flx_pow to use Montgomery reduction. > > Doesn't compile --with-gmp: > > ../src/kernel/gmp/mp.c: In function `pari_kernel_init': > ../src/kernel/gmp/mp.c:54: `Flx_POW_MONTGOMERY_LIMIT' undeclared (first use in this function) > ../src/kernel/gmp/mp.c:54: (Each undeclared identifier is reported only once > ../src/kernel/gmp/mp.c:54: for each function it appears in.) It was a copy-paste error. I expect it is already fixed. Cheers, Bill.