From 7646fb624b152ca626b5951bbb7c44b7d9a0aba6 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Thu, 19 Nov 2015 14:41:48 -0500 Subject: [PATCH] ck_pr: fence_memory now has strict semantics on TSO. The old behavior was from the world before the great fence refactor. --- include/ck_pr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_pr.h b/include/ck_pr.h index 242bda4..7ce3b66 100644 --- a/include/ck_pr.h +++ b/include/ck_pr.h @@ -136,7 +136,7 @@ CK_PR_FENCE_NOOP(load_store) CK_PR_FENCE_EMIT(store_load) CK_PR_FENCE_NOOP(load) CK_PR_FENCE_NOOP(store) -CK_PR_FENCE_NOOP(memory) +CK_PR_FENCE_EMIT(memory) CK_PR_FENCE_NOOP(acquire) CK_PR_FENCE_NOOP(release) CK_PR_FENCE_NOOP(acqrel)