mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
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:
parent
a201e21b4e
commit
e563c7d6e1
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue