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:
Alyssa Rosenzweig
2019-04-05 05:45:01 +00:00
parent 65816ad6e8
commit b19d1a1e63
@@ -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,