mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-13 12:14:55 -04:00
d98974e826
Since the Zig language documentation claims support for `.Min` and `.Max` in `@atomicRmw` with floats, allow in Sema and implement for both the llvm and C backends.