Revision 11e8869836a20f39871134035fdb50096f4d7dc4 authored by Paul Zimmermann on 20 February 2014, 14:53:40 UTC, committed by Paul Zimmermann on 20 February 2014, 14:53:40 UTC
2 parent s e23925b + 0410003
Raw File
TODO

- the top-level multiplication routine is fairly dumb, in that the
  algorithm for handling unbalanced multiplications is sub-optimal. One
  should consider implementing several unbalanced toom alternatives, and
  use them as building blocks for the unbalanced multiplications.

- there is no addmul_2 routine, and when sse-2 registers are available,
  there could be a clear win in using it. (or addmul_4 on 32-bit
  machines). It's even quite easy.
back to top