nak/sm50: Set the .x bit for isetp
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30381>
This commit is contained in:

committed by
Marge Bot

parent
b87bd4b608
commit
a33507d621
@@ -1405,7 +1405,7 @@ impl SM50Op for OpISetP {
|
||||
e.set_reg_src(8..16, self.srcs[0]);
|
||||
e.set_pred_src(39..42, 42, self.accum);
|
||||
|
||||
e.set_bit(43, false); // .X
|
||||
e.set_bit(43, self.ex);
|
||||
e.set_pred_set_op(45..47, self.set_op);
|
||||
|
||||
e.set_field(
|
||||
|
Reference in New Issue
Block a user