[LLVMdev] Floating point atomic load and add

Tim Northover t.p.northover at gmail.com
Fri Apr 24 14:55:40 PDT 2015


>   } while (__c11_atomic_compare_exchange_weak(
>       addr, &oldval, newval, memory_order_seq_cst, memory_order_relaxed));

Actually, I think this condition is inverted. Should be "while
(!_c11...". Sorry about that.

Tim.



More information about the llvm-dev mailing list