mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
v3d: lower CL alus
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25362>
This commit is contained in:
parent
8f72e60c75
commit
7ff96fb5b0
1 changed files with 2 additions and 0 deletions
|
|
@ -710,6 +710,8 @@ static const nir_shader_compiler_options v3d_nir_options = {
|
|||
.lower_ifind_msb = true,
|
||||
.lower_isign = true,
|
||||
.lower_ldexp = true,
|
||||
.lower_hadd = true,
|
||||
.lower_fisnormal = true,
|
||||
.lower_mul_high = true,
|
||||
.lower_wpos_pntc = true,
|
||||
.lower_to_scalar = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue