------- Comment #17 from jacob at math dot jussieu dot fr 2006-12-14 16:34 ------- (In reply to comment #15) > If the loop bounds are compile-time constants you can use template > metaprogramming to unroll them. >
ah right, I initially misread "unroll" as "unnest", but it is true that I can unroll loops with template metaprogramming. Then, no need to unnest. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30201