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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user