fastmath: Fix `--math-mode=ieee` handling for `muladd_float` (#61708)
Even without `reassoc` and with identical optimization flags, `contract` alone is enough to see divergent floating-point results from identical code so IEEE mode must not set it. This change means that `muladd` never fuses under `--math-mode=ieee` which is consistent with the existing semantics (fuse when possible, but no guarantees)
C
Cody Tapscott committed
13c2c70e178a87c3b277d182a7a1ee589a846824
Parent: c947944
Committed by GitHub <noreply@github.com>
on 5/5/2026, 11:50:51 PM