mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-13 00:21:34 +02:00
Bugs: * DenormalsAreZero flushed to positive zero instead of preserving sign. * FMAXNM/FMINNM (scalar) should perform DAZ *before* special zero handling. * FMAX/FMIN/FMAXNM/FMINNM (vector) did not DAZ.