Re: unrolling nested for-loop
Bart wrote:
> On May 10, 7:44 am, V <vishal.st...@gmail.com> wrote:
>> I have tried to use compile time option to unroll this and checked its
>> assembly code, but it doesn't seem to have unrolled the loop.
>>
>> Any suggestions?
>>
>> Thanks.
>
> I'm not surprised. The inner loop is very complicated. Is there any
> way of simplifying it?
>
The first compiler I tried was happy to unroll the loop, it's not that
hard (for a machine!).
--
Ian Collins.
|