mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Rather than lowering float negation as `0.0 - x`. * Add AIR instruction for float negation. * Add compiler-rt functions for f128, f80 negation closes #11853