mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
zink: set lower_mul_high and lower_rotate in ntv compiler options
we don't implement these Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5562>
This commit is contained in:
parent
49c13fccf7
commit
765de33d3c
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ static const struct nir_shader_compiler_options nir_options = {
|
|||
.lower_fsat = true,
|
||||
.lower_extract_byte = true,
|
||||
.lower_extract_word = true,
|
||||
.lower_mul_high = true,
|
||||
.lower_rotate = true,
|
||||
};
|
||||
|
||||
const void *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue