On 7/22/15 8:03 AM, Chris Lesiak wrote:
> I THINK that you don't actually need full sequential consistency.
> Use atomic_load_explicit with memory_order_acquire and
> atomic_store_explicit with memory_order_release.

Ah, that's what i was missing, the optional memory_order argument to the 
_explicit load & store functions.

I just built 2.7 on Wheezy (gcc 4.7.2) with -std=gnu11 (for C) and 
-std=gnu++11 (for C++) and it compiled and passed all the tests.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to