mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
agx: set compact_arrays in compiler options
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28601>
This commit is contained in:
parent
223aedfa5d
commit
7967be922d
1 changed files with 1 additions and 0 deletions
|
|
@ -279,4 +279,5 @@ static const nir_shader_compiler_options agx_nir_options = {
|
|||
(nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
|
||||
.lower_doubles_options = (nir_lower_doubles_options)(~0),
|
||||
.lower_fquantize2f16 = true,
|
||||
.compact_arrays = true,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue