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:
Karol Herbst 2023-09-23 11:58:31 +02:00 committed by Marge Bot
parent 8f72e60c75
commit 7ff96fb5b0

View file

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