Frank Winter <frank.winter@xxxxxxx> writes: > How can I make sure the compiler unrolls the loop and inlines all > function calls? Do I have to use the preprocessor in my case? Besides the other suggestions, you can try compiling with -O3 -funroll-all-loops. Ian