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] |
Yes, TImode can use AltiVec operations e.g. for and/or/xor/... and for memory operations.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?
If so, this might be related to PR18506 ?I think so.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |