feedback.txt
Associated article: Code Efficiency & Compiler-Directed Feedback
Tags:
Published source code accompanying the article by Jackie Brenner and Markus Levy in which they show how compiler-directed feedback lets you to tune application code for higher performance. Also see FEEDBACK.ZIP.
Code Efficiency & Compiler-Directed Feedback
by Jackie Brenner and Markus Levy
Listing One
void E_autocor_cn
(const e_s16 *restrict x, /* Input data samples */
e_s16 *restrict r, /* Output correlations */
e_s16 nx, /* Number of input samples */
e_s16 ...


