diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h index 6ca82add275..820cb7b8b5d 100644 --- a/src/asahi/compiler/agx_compile.h +++ b/src/asahi/compiler/agx_compile.h @@ -231,6 +231,7 @@ static const nir_shader_compiler_options agx_nir_options = { .lower_find_lsb = true, .lower_uadd_carry = true, .lower_usub_borrow = true, + .lower_fisnormal = true, .lower_scmp = true, .lower_isign = true, .lower_fsign = true,