summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-02-25 03:42:12 +0000
committerAlyssa Rosenzweig <[email protected]>2019-02-27 03:56:56 +0000
commitb7a5b81d1488d4ec11ca49664b4f83ffd9dade2f (patch)
treea3f805d7c623153d63148e08ec58f2ee67ce2a76 /src
parent4c82abb9b603af1d799d8e3864ff7c7e846fa6ee (diff)
panfrost/midgard: Allow flt to run on most units
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/panfrost/midgard/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/midgard/helpers.h b/src/gallium/drivers/panfrost/midgard/helpers.h
index 12235f8f9ff..b597e516f20 100644
--- a/src/gallium/drivers/panfrost/midgard/helpers.h
+++ b/src/gallium/drivers/panfrost/midgard/helpers.h
@@ -216,7 +216,7 @@ static unsigned alu_opcode_props[256] = {
/* For vector comparisons, use ball etc */
[midgard_alu_op_feq] = UNITS_MOST,
[midgard_alu_op_fne] = UNITS_MOST,
- [midgard_alu_op_flt] = UNIT_SADD,
+ [midgard_alu_op_flt] = UNITS_MOST,
[midgard_alu_op_ieq] = UNITS_MOST,
[midgard_alu_op_ine] = UNITS_MOST,
[midgard_alu_op_ilt] = UNITS_MOST,