<div>Hi All,</div>
<div><br>I am encountering the following error<br>"assigning to 'uint4' from incompatible type 'int __attribute__((ext_vector_type(4)))'"</div>
<div><br>for code, p = q < (uint4)2; where p and q are of type uint4</div>
<div><br>The explicit type casting before assignement [p = (unit4)(q < (uint4)2)] resolves the error.</div>
<div><br>In Clang Rev 2.9, there was no error for such code. <br>Avoiding this implicit conversion of 'int4' to 'uint4' is intentional in Clang Rev3.1 OR am i missing something.<br></div>
<div>Regards</div>
<div>Sreelatha</div>