Fix for Intel compiler

parent 8771dbf4
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
#endif #endif
#if defined(_MSC_VER) && defined(_WIN64) // 64 bit X overflow intrinsic #if defined(_MSC_VER) && defined(_WIN64) && \
!defined(__INTEL_COMPILER) // 64 bit X overflow intrinsic
#ifdef __ia64__ #ifdef __ia64__
#define myUMULH __UMULH #define myUMULH __UMULH
#elif __x86_64__ #elif __x86_64__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment