@ -70,6 +70,8 @@
* load ordering.
*/
CK_PR_FENCE_NOOP(load_depends)
#define ck_pr_fence_strict_load_depends ck_pr_fence_load_depends
#if defined(CK_MD_RMO)
/*
@ -105,17 +105,6 @@ ck_pr_stall(void)
return;
}
* Most target architectures do not require this.
CK_CC_INLINE static void
ck_pr_fence_load_depends(void)
{
__sync_synchronize();
* Load and store fences are equivalent to full fences in the GCC port.