diff --git a/src/asahi/compiler/agx_nir_lower_subgroups.c b/src/asahi/compiler/agx_nir_lower_subgroups.c index bbaf0944d91..205f7ea8e08 100644 --- a/src/asahi/compiler/agx_nir_lower_subgroups.c +++ b/src/asahi/compiler/agx_nir_lower_subgroups.c @@ -205,7 +205,9 @@ lower_subgroup_filter(const nir_instr *instr, UNUSED const void *data) switch (nir_intrinsic_reduction_op(intr)) { case nir_op_imul: - /* no imul hardware scan, always lower it */ + case nir_op_fmin: + case nir_op_fmax: + /* no hardware scan for this opcode, always lower it */ return true; case nir_op_iadd: