Parallel
ppc2al.asc
Associated article: PowerPC 601 and Alpha 21064
Tags: Parallel Embedded Systems Design
_COMPARING POWERPC TO DEC ALPHA_
by Shlomo Weiss and James E. Smith
Example 1:
(a)
double x[512], y[512];
for (k = 0; k < 512; k++)
x[k] = (r*x[k] + t*y[k]);
(b)
# r1 points to x
# r2 points to y
# r6 ...


