Re: Proposal on Unrolling factor based on Data reuse.

2015-03-07 Thread Richard Biener
On March 7, 2015 11:01:12 AM CET, Ajit Kumar Agarwal wrote: >Hello All: > >I would like to propose the Unrolling factor based on Data reuse >between different iterations. This combines the data >reuse of different iterations into single iterations. There is a use of >MaxFactor which decides on t

RE: Proposal on Unrolling factor based on Data reuse.

2015-03-07 Thread Ajit Kumar Agarwal
Hello All: There is a typo error. The fig(2) is corrected as follows. For ( I = 1; I < size ; i+=3) { X[i] = z[i] * ( y[i] - x[i-1]); X[i+1] = z[i] * ( y[i] - x[i]); X[i+2] = z[i] * ( y[i] - x[i+1]]); } Fig(2). Thanks & Regards Ajit -Original Message- From: gcc-