ck_pr: Use CK_CC_INLINE instead of inline keyword for ck_pr_barrier.

ck_pring
Samy Al Bahra 13 years ago
parent de0597d2aa
commit 93684f77c1

@ -122,7 +122,7 @@ CK_PR_FENCE(memory)
#undef CK_PR_FENCE
static inline void
CK_CC_INLINE static void
ck_pr_barrier(void)
{

@ -86,7 +86,7 @@ CK_PR_FENCE(memory, "sync")
#undef CK_PR_FENCE
static inline void
CK_CC_INLINE static void
ck_pr_barrier(void)
{

@ -89,7 +89,7 @@ CK_PR_FENCE(memory, "sync")
#undef CK_PR_FENCE
static inline void
CK_CC_INLINE static void
ck_pr_barrier(void)
{

@ -88,7 +88,7 @@ CK_PR_FENCE(memory, "membar #LoadLoad | #LoadStore | #StoreStore | #StoreLoad")
#undef CK_PR_FENCE
static inline void
CK_CC_INLINE static void
ck_pr_barrier(void)
{

@ -101,7 +101,7 @@ CK_PR_FENCE(memory, "mfence")
#undef CK_PR_FENCE
static inline void
CK_CC_INLINE static void
ck_pr_barrier(void)
{

@ -100,7 +100,7 @@ CK_PR_FENCE(memory, "mfence")
#undef CK_PR_FENCE
static inline void
CK_CC_INLINE static void
ck_pr_barrier(void)
{

Loading…
Cancel
Save