panfrost/midgard: Enable lower_find_lsb
This is exactly what the blob does. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
@@ -97,6 +97,7 @@ static const nir_shader_compiler_options midgard_nir_options = {
|
||||
.lower_idiv = true,
|
||||
.lower_isign = true,
|
||||
.lower_fpow = true,
|
||||
.lower_find_lsb = true,
|
||||
|
||||
.vertex_id_zero_based = true,
|
||||
.lower_extract_byte = true,
|
||||
|
||||
Reference in New Issue
Block a user