Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf you want a function to execute as fast as possible you probably need to inspect the generated code and examine the control flow and memory accesses to avoid execution stalls and unwanted memory accesses.
Depending on the code I'd guess you can gain 20-30% by optimising the C so that gcc generates better code.