my debian box does not show stdatomic.h. so maybe read the faq at http:/infocenter.arm.com/help/topic/com.arm.doc.faqs/ka14041.html ?
cheers, j. On Wed, Jul 22, 2015 at 5:12 PM, Sebastian Kuzminsky <[email protected]> wrote: > 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 > ------------------------------------------------------------------------------ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
