mirror of
https://github.com/ziglang/zig.git
synced 2026-02-04 05:33:39 +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