[cfe-dev] Casting scalars to vectors

Anton Lokhmotov Anton.Lokhmotov at arm.com
Tue Apr 20 02:34:53 PDT 2010


> This stops the error, but is it enough?

Sorry, I couldn't understand from the thread what was the error?

> -      if (SemaRef.getLangOptions().OpenCL ||
SemaRef.getLangOptions().AltiVec)
> +      if (SemaRef.getLangOptions().OpenCL)

In other words, it's something that's not required for AltiVec but is
required for OpenCL?

Cheers,
Anton.





More information about the cfe-dev mailing list