Add support for Intel C Compiler
This commit is contained in:
parent
2df204f8a8
commit
d2df34996b
3 changed files with 12 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue