diff --git a/src/panfrost/bifrost/bifrost_compile.h b/src/panfrost/bifrost/bifrost_compile.h index c4d4860e6d6..45bfd522131 100644 --- a/src/panfrost/bifrost/bifrost_compile.h +++ b/src/panfrost/bifrost/bifrost_compile.h @@ -78,7 +78,6 @@ static const nir_shader_compiler_options bifrost_nir_options = { .lower_mul_high = true, .lower_uadd_carry = true, - .lower_bitfield_extract_to_shifts = true, .has_fsub = true, .has_isub = true, .vectorize_io = true,