Skip to content

aco: don't combine mul+add_clamp to mad_clamp

Georg Lehmann requested to merge DadSchoorse/mesa:aco-mad-clamp into main

The result is not the same if the multiplication overflows, mad_clamp does not truncate between the mul and the add.

Merge request reports