pan/bi: Remove duplicate NIR compiler options

Fixes the warning caught by clang (why did gcc miss this one?)

../src/panfrost/bifrost/bifrost_compile.h:81:45: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
        .lower_bitfield_extract_to_shifts = true,

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12003>
This commit is contained in:
Alyssa Rosenzweig 2021-07-21 15:14:17 -04:00 committed by Marge Bot
parent b56f5c27de
commit 7346ab85b1
1 changed files with 0 additions and 1 deletions

View File

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