mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
pan/mdg: Fix units for SUBSAT
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11123>
This commit is contained in:
parent
07856d155b
commit
bdb32eec9a
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ struct mir_op_props alu_opcode_props[256] = {
|
|||
[midgard_alu_op_ichoose] = {"CHOOSE", UNITS_ADD},
|
||||
[midgard_alu_op_isub] = {"SUB", UNITS_MOST},
|
||||
[midgard_alu_op_ishlsub] = {"SUB", UNITS_MUL},
|
||||
[midgard_alu_op_isubsat] = {"SUBSAT", UNITS_MOST},
|
||||
[midgard_alu_op_usubsat] = {"SUBSAT", UNITS_MOST},
|
||||
[midgard_alu_op_isubsat] = {"SUBSAT", UNITS_ADD},
|
||||
[midgard_alu_op_usubsat] = {"SUBSAT", UNITS_ADD},
|
||||
[midgard_alu_op_imul] = {"MUL", UNITS_MUL | OP_COMMUTES},
|
||||
[midgard_alu_op_iwmul] = {"WMUL.s", UNIT_VMUL | OP_COMMUTES},
|
||||
[midgard_alu_op_uwmul] = {"WMUL.u", UNIT_VMUL | OP_COMMUTES},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue