This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Auto-vectorization of SUM intrinsic in gfortran


On 1/28/2011 12:03 PM, Wilfredo Sifuentes wrote:
Thank you Tim
As you said with  -ffast-math option it works but others lines that
seems to be parallelizable doesn´t e.g.
Look at the two contiguous lines:

INGTAR(HI,1:NETP)= ZERO !Compiller says : not vectorized:
complicated access pattern.
That looks like a consequence of a non-unity stride. It's probably more efficient to use scalar code.
--
Tim Prince




--
Tim Prince


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]