This is the mail archive of the gcc-bugs@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]

[Bug c++/54427] Expose more vector extensions


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54427

--- Comment #12 from Marc Glisse <glisse at gcc dot gnu.org> 2013-04-12 13:59:33 UTC ---
Another piece that would be nice:
scalar1 ? vector : scalar2

(we already perform the conversion from scalar2 to vector when the condition is
a vector)


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