Igor Schein on Sat, 14 Feb 2004 18:51:24 +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 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.)

Thanks

Igor