unroll
Does gcc automatically "unroll" if-statements?
Say I have a loop that looks like this: for(int i = 0; i < 10000; i++) { /* Do something computationally expensive */[详细]
2023-02-11 01:27 分类:问答
Say I have a loop that looks like this: for(int i = 0; i < 10000; i++) { /* Do something computationally expensive */[详细]