diff --git a/src/panfrost/midgard/midgard_compile.h b/src/panfrost/midgard/midgard_compile.h index 65c9becd28e..b24c63bb322 100644 --- a/src/panfrost/midgard/midgard_compile.h +++ b/src/panfrost/midgard/midgard_compile.h @@ -86,7 +86,6 @@ static const nir_shader_compiler_options midgard_nir_options = { .lower_doubles_options = nir_lower_dmod, - .lower_bitfield_extract_to_shifts = true, .lower_uniforms_to_ubo = true, .has_fsub = true, .has_isub = true,