diff --git a/src/gallium/drivers/v3d/v3d_screen.c b/src/gallium/drivers/v3d/v3d_screen.c index 5b5c160e72f..aa849748346 100644 --- a/src/gallium/drivers/v3d/v3d_screen.c +++ b/src/gallium/drivers/v3d/v3d_screen.c @@ -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,