Rejig the bottom-level loops in internal_mul_* to use pointers instead
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 22 Feb 2011 19:09:27 +0000 (19:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 22 Feb 2011 19:09:27 +0000 (19:09 +0000)
of array indices. You'd hope that compilers could automatically turn
the one representation into the other if it was faster to do so, but
apparently not: even on gcc -O3, this source transformation gains over
15% performance.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9105 cda61777-01e9-0310-a592-d414129be87e


No differences found