This is the mail archive of the gcc@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: "generic" vectorization?


On Jan 2, 2004, at 2:19 PM, Falk Hueffner wrote:
I was just wondering about vectorization for platforms without proper
vector instructions like Alpha. Sometimes, vectorization could still
be a noticeable win, for example transforming

...
Does this seem like a good idea? Are there other targets which would
profit from it?

Yes, most RISCs, but you have to watch out for alignment.



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