mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
nak/sm50: Set the .x bit for isetp
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30381>
This commit is contained in:
parent
b87bd4b608
commit
a33507d621
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue