Commit 3bdac0a0 authored by unknown's avatar unknown

Fix for Intel compiler

parent 1d937708
......@@ -35,7 +35,8 @@
#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__
#define myUMULH __UMULH
#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