![]() |
Speeduino
|
A compile time unrolled loop. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
| struct | static_for< from, to > |
| Generate a fixed number of calls to a given free function at compile time. More... | |
A compile time unrolled loop.
GCC is surprisingly conservative at unrolling loops with -funroll-loops (and even -funroll-all-loops):
In summary, it's designed for very simple cases where loop overhead is obviously high