pco: temporarily switch to basic lowering for [iu]mulextended

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
Simon Perretta 2025-05-08 17:34:34 +01:00 committed by Marge Bot
parent a201e21b4e
commit e563c7d6e1

View file

@ -54,6 +54,7 @@ static const nir_shader_compiler_options nir_options = {
.lower_uadd_carry = true,
.lower_uadd_sat = true,
.lower_usub_borrow = true,
.lower_mul_2x32_64 = true,
.compact_arrays = true,
.scalarize_ddx = true,