Skip to content

nir: remove unpack_half_flush_to_zero

Georg Lehmann requested to merge DadSchoorse/mesa:nir-remove-unpack-ftz into main

It doesn't make sense to have two sets of opcodes for this when all backends that support the flush_to_zero variant just rely on the global floating point mode anyway.

Merge request reports