[PATCH] D35862: [clang] Add ARM64 support to armintr.h for MSVC compatibility

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 20:27:46 PDT 2017


mstorsjo added a comment.

The Microsoft version of `intrin.h` includes a header named `arm64intr.h` (IIRC), I think it'd be better for compatibility if we also provided a file with the same name instead of reusing this one.


https://reviews.llvm.org/D35862





More information about the cfe-commits mailing list