R
root
Hi I have a loop in C/C++ that I want to be un rolled for efficiency
purposes.
But the code has to target a variety of plat forms.
So I can't use compiler specific directives to force an un rolling.
My question is what is a good way to HINT to a compiler by the very
structure of the code that a loop should be un rolled in such a way that
many compilers will understand this hint.
Thanks.
/root
purposes.
But the code has to target a variety of plat forms.
So I can't use compiler specific directives to force an un rolling.
My question is what is a good way to HINT to a compiler by the very
structure of the code that a loop should be un rolled in such a way that
many compilers will understand this hint.
Thanks.
/root