rnk added a subscriber: STL_MSFT.
rnk added a comment.

In https://reviews.llvm.org/D53912#1284804, @azharudd wrote:

> I agree. This currently resolves issues with building for ARM64 target using 
> Visual Studio 2017. The missing intrinsics it complains about are already 
> present in intrin.h. We could add those to intrin0.h too but that would 
> duplicate. Please let me know what you think.


I see that more intrinsics are being added as builtins in 
https://reviews.llvm.org/D54046. I think that's a good future direction. We 
should do our best not to add new headers to shadow CRT and SDK headers 
anymore. +@STL_MSFT


Repository:
  rC Clang

https://reviews.llvm.org/D53912



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

Reply via email to