------- Comment #16 from jacob at math dot jussieu dot fr 2006-12-14 16:28 ------- (In reply to comment #15) > If the loop bounds are compile-time constants you can use template > metaprogramming to unroll them. >
That is true, I will think about that. I was also mentionning my loop-unnesting idea to see if you saw immediately something wrong with it, but since you seem to agree that loop-unnesting is the way to go, I'll go ahead with it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30201