ck_pr: fence_memory now has strict semantics on TSO.

The old behavior was from the world before the great fence
refactor.
ck_pring
Samy Al Bahra 9 years ago
parent 600fe6419b
commit 7646fb624b

@ -136,7 +136,7 @@ CK_PR_FENCE_NOOP(load_store)
CK_PR_FENCE_EMIT(store_load) CK_PR_FENCE_EMIT(store_load)
CK_PR_FENCE_NOOP(load) CK_PR_FENCE_NOOP(load)
CK_PR_FENCE_NOOP(store) CK_PR_FENCE_NOOP(store)
CK_PR_FENCE_NOOP(memory) CK_PR_FENCE_EMIT(memory)
CK_PR_FENCE_NOOP(acquire) CK_PR_FENCE_NOOP(acquire)
CK_PR_FENCE_NOOP(release) CK_PR_FENCE_NOOP(release)
CK_PR_FENCE_NOOP(acqrel) CK_PR_FENCE_NOOP(acqrel)

Loading…
Cancel
Save