pan/bi: Lower ifind_msb
We have ufind_msb efficient, implement in terms of that. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8774>
This commit is contained in:
@@ -43,6 +43,7 @@ static const nir_shader_compiler_options bifrost_nir_options = {
|
||||
.lower_isign = true,
|
||||
.lower_fpow = true,
|
||||
.lower_find_lsb = true,
|
||||
.lower_ifind_msb = true,
|
||||
.lower_fdph = true,
|
||||
.lower_fsqrt = true,
|
||||
.lower_sincos = true,
|
||||
|
||||
Reference in New Issue
Block a user