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:
committed by
Marge Bot
parent
b56f5c27de
commit
7346ab85b1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user