Skip to content
Snippets Groups Projects
Commit 68238732 authored by Alyssa Rosenzweig's avatar Alyssa Rosenzweig
Browse files

panfrost/midgard: iabs cannot run on mul


Signed-off-by: default avatarAlyssa Rosenzweig <alyssa@rosenzweig.io>
parent cdd9189a
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ static struct {
/* Incredibly, iadd can run on vmul, etc */
[midgard_alu_op_iadd] = {"iadd", UNITS_MOST | OP_COMMUTES},
[midgard_alu_op_iabs] = {"iabs", UNITS_MOST},
[midgard_alu_op_iabs] = {"iabs", UNITS_ADD},
[midgard_alu_op_isub] = {"isub", UNITS_MOST},
[midgard_alu_op_imul] = {"imul", UNITS_MUL | OP_COMMUTES},
[midgard_alu_op_imov] = {"imov", UNITS_MOST | QUIRK_FLIPPED_R24},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment