mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
zink: set lower_uadd_carry in nir options
fixes a bunch of mulextended piglit tests Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5685>
This commit is contained in:
parent
d7d7687829
commit
849227d70f
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ static const struct nir_shader_compiler_options nir_options = {
|
|||
.lower_extract_word = true,
|
||||
.lower_mul_high = true,
|
||||
.lower_rotate = true,
|
||||
.lower_uadd_carry = true,
|
||||
};
|
||||
|
||||
const void *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue