diff --git a/src/gallium/drivers/v3d/v3d_screen.c b/src/gallium/drivers/v3d/v3d_screen.c index ff8834bdce3..05f1620ef57 100644 --- a/src/gallium/drivers/v3d/v3d_screen.c +++ b/src/gallium/drivers/v3d/v3d_screen.c @@ -730,7 +730,6 @@ static const nir_shader_compiler_options v3d_nir_options = { .lower_int64_options = nir_lower_imul_2x32_64, .has_fsub = true, .has_isub = true, - .lower_mul_high = true, .divergence_analysis_options = nir_divergence_multiple_workgroup_per_compute_subgroup, /* This will enable loop unrolling in the state tracker so we won't