panfrost/midgard: Eliminate redundant type convert
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
64df54d894
commit
3dbedb26f5
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ converts = [
|
|||
|
||||
(('f2i32', 'a@16'), ('f2i32', ('f2f32', a))),
|
||||
(('f2u32', 'a@16'), ('f2u32', ('f2f32', a))),
|
||||
|
||||
# Totally redundant
|
||||
(('~f2f16', ('f2f32', 'a@16')), a),
|
||||
]
|
||||
|
||||
# Midgard scales fsin/fcos arguments by pi.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue