gallium/ntt: Drop XXX comment about supporting carry opcodes.

The GLSL-to-NIR path didn't do carry, so we don't need to.

Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8373>
This commit is contained in:
Eric Anholt
2020-12-10 12:08:13 -08:00
committed by Marge Bot
parent ff67898daf
commit e58baeeaef
-2
View File
@@ -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;