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