mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 03:51:08 +00:00
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.