mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
microsoft/compiler: set compact_arrays in compiler options
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28554>
This commit is contained in:
parent
695cde484e
commit
38c5a722c2
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ static const struct dxil_logger default_logger = { .priv = NULL, .log = default_
|
|||
|
||||
static const nir_shader_compiler_options
|
||||
nir_options = {
|
||||
.compact_arrays = true,
|
||||
.lower_ineg = true,
|
||||
.lower_fneg = true,
|
||||
.lower_ffma16 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue