[PATCH] D35862: [clang] Add ARM64 support to armintr.h for MSVC compatibility
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 20:37:49 PDT 2017
compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.
Please split this out into `arm64intr.h` and include it from `intrin.h` under a `#if defined(_M_ARM64)` case before committing.
https://reviews.llvm.org/D35862
More information about the llvm-commits
mailing list