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:
Mike Blumenkrantz 2020-06-26 19:07:20 -04:00
parent d7d7687829
commit 849227d70f

View file

@ -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 *