intrin.h 303 B

12345678910111213
  1. #if defined(_MSC_VER) && defined(_WIN32_WCE) && (_WIN32_WCE < 0x800) && !defined(__INTRIN_H_) && !defined(_INTRIN)
  2. #define _STDINT
  3. #ifdef _M_ARM
  4. #include <armintr.h>
  5. #if (_WIN32_WCE >= 0x700) && defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__)
  6. #include <arm_neon.h>
  7. #endif
  8. #endif // _M_ARM
  9. #endif