summaryrefslogtreecommitdiff
path: root/common/x86/icv_platform_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/x86/icv_platform_macros.h')
-rw-r--r--common/x86/icv_platform_macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/x86/icv_platform_macros.h b/common/x86/icv_platform_macros.h
index 61da7f5..78b18d2 100644
--- a/common/x86/icv_platform_macros.h
+++ b/common/x86/icv_platform_macros.h
@@ -89,8 +89,6 @@ static __inline UWORD32 CTZ(UWORD32 u4_word)
#define SHR_NEG(val,shift) (((shift) > 0) ? ( (val) >> (shift)) : ((val) << (-(shift))))
#define SHL_NEG(val,shift) (((shift) > 0) ? ( (val) >> (-(shift))) : ((val) << (shift)))
-#define INLINE inline
-
#define MEM_ALIGN8 __attribute__ ((aligned (8)))
#define MEM_ALIGN16 __attribute__ ((aligned (16)))
#define MEM_ALIGN32 __attribute__ ((aligned (32)))