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:
David Heidelberg
2024-09-03 12:22:22 +09:00
committed by Marge Bot
parent 2137c62923
commit 45af8ddf91

View File

@@ -57,6 +57,7 @@ static const nir_shader_compiler_options midgard_nir_options = {
.lower_find_lsb = true,
.lower_ifind_msb = true,
.lower_fdph = true,
.lower_fisnormal = true,
.lower_uadd_carry = true,
.lower_usub_borrow = true,