mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-07 00:00:03 -04:00
f1f998e071
* 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