capstone icon indicating copy to clipboard operation
capstone copied to clipboard

Guard intrin.h against clang

Open s1341 opened this issue 11 months ago • 0 comments

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.

s1341 avatar Jan 15 '25 14:01 s1341