This is the mail archive of the gcc-patches@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: [PATCH] Generic vectors 3/3



In other words, the effect is that vectorization is undone and everything
is emulated with scalar operations. Were you expecting to see simd vectors
generated?

Yes, TImode can use AltiVec operations e.g. for and/or/xor/... and for memory operations.

If so, this might be related to PR18506 ?

I think so.

Paolo


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