/* Vector Dot Product * This program computes a simple vector dot product using hard * wired input buffers of 128 samples each. These values are in * 1.15 signed . */ # mach: bfin .include "testutils.inc" start // load buffer addresses into pointer regs loadsym I0, data0; loadsym I1, data1; // loop control // number of loop iterations is 2^N with r4|=1<