mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
zink: set lower_to_scalar
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28580>
This commit is contained in:
parent
0d756fd0bc
commit
c329ee200f
1 changed files with 1 additions and 0 deletions
|
|
@ -1239,6 +1239,7 @@ zink_screen_init_compiler(struct zink_screen *screen)
|
|||
.lower_ldexp = true,
|
||||
|
||||
.lower_mul_high = true,
|
||||
.lower_to_scalar = true,
|
||||
.lower_uadd_carry = true,
|
||||
.compact_arrays = true,
|
||||
.lower_usub_borrow = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue