Skip to content

nir: make nir_fisnan helper exact

Rhys Perry requested to merge pendingchaos/mesa:nir_fisnan_exact into main

Floating point ALU assume no NaNs unless FLOAT_CONTROLS_SIGNED_ZERO_INF_NAN_PRESERVE_FPn or (for some opcodes) exact=true.

Merge request reports