xref: /aosp_15_r20/external/capstone/include/windowsce/intrin.h (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1 
2 #if defined(_MSC_VER) && defined(_WIN32_WCE) && (_WIN32_WCE < 0x800) && !defined(__INTRIN_H_) && !defined(_INTRIN)
3 #define _STDINT
4 
5 #ifdef _M_ARM
6 #include <armintr.h>
7 #if (_WIN32_WCE >= 0x700) && defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__)
8 #include <arm_neon.h>
9 #endif
10 #endif // _M_ARM
11 
12 #endif
13