panfrost/midgard: Lower fisnormal
Fixes piglit: program@execute@builtin@builtin-float-isnormal-1.0.generated Acked-by: Eric R. Smith <eric.smith@collabora.com> Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30963>
This commit is contained in:

committed by
Marge Bot

parent
2137c62923
commit
45af8ddf91
@@ -57,6 +57,7 @@ static const nir_shader_compiler_options midgard_nir_options = {
|
|||||||
.lower_find_lsb = true,
|
.lower_find_lsb = true,
|
||||||
.lower_ifind_msb = true,
|
.lower_ifind_msb = true,
|
||||||
.lower_fdph = true,
|
.lower_fdph = true,
|
||||||
|
.lower_fisnormal = true,
|
||||||
.lower_uadd_carry = true,
|
.lower_uadd_carry = true,
|
||||||
.lower_usub_borrow = true,
|
.lower_usub_borrow = true,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user