Add support for Intel C Compiler

This commit is contained in:
Nguyen Quang Minh 2019-02-17 15:53:58 +07:00
parent 2df204f8a8
commit d2df34996b
3 changed files with 12 additions and 2 deletions

View file

@ -29,7 +29,7 @@
#include <stddef.h>
#include <stdint.h>
#if defined _MSC_VER || defined XMRIG_ARM
#if defined _MSC_VER || defined XMRIG_ARM || defined __INTEL_COMPILER
#define ABI_ATTRIBUTE
#else
#define ABI_ATTRIBUTE __attribute__((ms_abi))