preshing.com/20141124/fixing-gccs-implementation-of-memory_order_consume

As I explained previously, there are two valid ways for a C++11 compiler to implement memory_order_consume: an efficient strategy and a heavy one. In …


Comments (0)

Sign in to post comments.