mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
aco: use lm for carry out in vsub32
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26163>
This commit is contained in:
parent
9acd9c0100
commit
18f6c2328f
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ public:
|
|||
aco_opcode op;
|
||||
Temp carry;
|
||||
if (carry_out) {
|
||||
carry = tmp(s2);
|
||||
carry = tmp(lm);
|
||||
if (borrow.op.isUndefined())
|
||||
op = reverse ? aco_opcode::v_subrev_co_u32 : aco_opcode::v_sub_co_u32;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue