vsapsai added a comment.

I see you've ended up implementing the intrinsics with inline assembly but are 
there any reasons not to do it with builtins like in this patch? The problem 
with inline assembly is that for some Apple platforms we require developers to 
emit bitcode. And inline assembly isn't really compatible with bitcode 
abstraction. Unfortunately, I have no experience with Intel intrinsics and I 
need your help in pursuing implementing them with builtins.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D44387/new/

https://reviews.llvm.org/D44387



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

Reply via email to