Skip to content

nir,ac,radeonsi: add option fmul32_x_times_zero_is_zero, use it instead of clamping rcp/rcq in radeonsi

Marek Olšák requested to merge mareko/mesa:nir-fmul-legacy into master

This is enough to fix rendering for Viewperf. The AMD hardware instructions have "legacy" in the name.

I don't expect us to use this outside of app workarounds.

Merge request reports