mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
nvc0/ir: remove outdated comment about SHLADD
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
8ff4182876
commit
6e08f3e96c
2 changed files with 0 additions and 2 deletions
|
|
@ -722,7 +722,6 @@ CodeEmitterGK110::emitUADD(const Instruction *i)
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: shl-add
|
||||
void
|
||||
CodeEmitterGK110::emitIMAD(const Instruction *i)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -732,7 +732,6 @@ CodeEmitterNVC0::emitUADD(const Instruction *i)
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: shl-add
|
||||
void
|
||||
CodeEmitterNVC0::emitIMAD(const Instruction *i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue