Skip to content
Commit ad7ddcf3 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Refactoring: renamed StaticFor to UnrolledFor

The main purpose of this algorithm is to do loop unrolling, not to
handle static/constant bounds. The true StaticFor will handle the
iteration indices in such a way that they can be used in constant
expressions (e.g. passed as template arguments).
parent 142c2e5c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment