mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for Intel compiler
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user