mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-08 08:34:24 -04:00
6bc6e47b15
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