diff --git a/src/microsoft/compiler/nir_to_dxil.c b/src/microsoft/compiler/nir_to_dxil.c index f5fef4f1ce2..a9f2771e3e9 100644 --- a/src/microsoft/compiler/nir_to_dxil.c +++ b/src/microsoft/compiler/nir_to_dxil.c @@ -84,6 +84,7 @@ nir_options = { .lower_flrp16 = true, .lower_flrp32 = true, .lower_flrp64 = true, + .lower_bitfield_extract_to_shifts = true, .lower_extract_word = true, .lower_extract_byte = true, .lower_all_io_to_elements = true,