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