Skip to content

r300: preserve NaNs and denormals for MIN/MAX/CMP/CND

Pavel Ondračka requested to merge ondracka/mesa:r300_mov_as_max into main

Always use MAX instead of MAD for MOV and also use the RM_OMOD_DISABLE to prevent flushing denormals for MIN/MAX/CMP/CND. Inspired by patch from Filip Gawin.

Merge request reports