Peter Bruin on Mon, 28 Aug 2017 12:12:33 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Speed up RgX_mul, RgX_sqr, RgX_divrem over Z, Fp, FpXQ


Hi Bill,

> On Wed, Jun 07, 2017 at 09:12:55PM +0200, Bill Allombert wrote:
>> Maybe it would be better to have functions RgX_mul_i etc.
>> that does what RgX_mul is doing now, and change RgX_mul
>> to do what you suggest.
>
> I implemented that. Furthermore I added a framework that allows
> RgX_mul/RgX_sqr to add support for most types.
>
> Please check commit dcf58b3. 

This solution looks very nice to me!

Peter