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] | |
That looks like a consequence of a non-unity stride. It's probably more efficient to use scalar code.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.
-- Tim Prince
-- Tim Prince
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |