craig.topper added a comment.

Hi @aemerson, I'm not opposed to adding it back. But the clang policy for 
vector builtins has always been that we won't support all the builtins that gcc 
does and to encourage the use of the _mm_* wrappers which are guaranteed to 
work in both compilers. It possible to change your source code to use the 
portable intrinsic name?


Repository:
  rC Clang

https://reviews.llvm.org/D46863



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to