capstone
capstone copied to clipboard
Guard intrin.h against clang
If cross-compiling for MSVC using clang, we cannot use intrin.h, as it doesn't actually define the intrinsics, it just forward declares them, which is insufficient for clang.