[unroll(num)] for(int i;i<num;i++)

https://msdn.microsoft.com/en-us/library/windows/desktop/bb509602(v=vs.85).aspx

Unroll the loop until it stops executing. Can optionally specify the maximum number of times the loop is to execute. Not compatible with the [loop] attribute

原文地址:https://www.cnblogs.com/minggoddess/p/4482944.html