mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
* remove @cmpxchg, add @cmpxchgWeak and @cmpxchgStrong - See explanations in the langref. * add operand type as first parameter * return type is ?T where T is the operand type closes #461