mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 00:23:22 +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.