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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user