[cfe-dev] On which option should vector operator ? : depend?

Douglas Gregor dgregor at apple.com
Thu Oct 7 13:24:09 PDT 2010


On Oct 5, 2010, at 4:24 AM, Jochen Wilhelmy wrote:

> Hi!
> 
> for me it's just that I need some way to generate the vectorized llvm select instruction from clang in c++ mode.
> as opencl uses ? : for this, i would suggest that this always works on ext_vector_type.

It's fine that this be based on ext_vector_type, without requiring other dialect options.

	- Doug



More information about the cfe-dev mailing list