Hi,<br><br>I recently migrate from llvm/clang 2.8 to 3.1.<br>The builtin __builtin_ia32_pcmpeqd128 compile and works perfectly with clang 2.8.<br>But with clang 3.1, i get the compilation error :<br><br>use of unknown builtin '__builtin_ia32_pcmpeqd128' [-Wimplicit-function-declaration]<br>



       __v4i comp = __builtin_ia32_pcmpeqd128(vectTag, vectTag2);<br><br>(cf dummy.c -> clang -c dummy.c -o dummy.o)<br><br>Is that normal? Is there an other way to do it?<br><br>Thanks in advance<br>Christophe<br><br>
<br><br><br>