diff --git a/src/gallium/auxiliary/nir/nir_to_tgsi.c b/src/gallium/auxiliary/nir/nir_to_tgsi.c index da74b2d666b..ea1a8a548d5 100644 --- a/src/gallium/auxiliary/nir/nir_to_tgsi.c +++ b/src/gallium/auxiliary/nir/nir_to_tgsi.c @@ -815,8 +815,6 @@ ntt_emit_alu(struct ntt_compile *c, nir_alu_instr *instr) ureg_UADD(c->ureg, dst, src[0], ureg_negate(src[1])); break; - /* XXX: carry */ - case nir_op_fmod: unreachable("should be handled by .lower_fmod = true"); break;