mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
panfrost/va: remove swizzle mod from LDEXP
This instruction does not support swizzles. This information is not used
for anything, but will be if we use the instruction tables for
bi_lower_swizzle.
Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
Fixes: 316486dd9f ("pan/va: Add initial ISA.xml for Valhall")
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Rebecca Mckeever <rebecca.mckeever@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33637>
This commit is contained in:
parent
810351ad03
commit
2a70665df7
1 changed files with 1 additions and 1 deletions
|
|
@ -1839,7 +1839,7 @@
|
|||
handling differs from an actual floating-point multiply, so this should
|
||||
not be used outside fixed instruction sequences.
|
||||
</desc>
|
||||
<src absneg="true" swizzle="true">A</src>
|
||||
<src absneg="true">A</src>
|
||||
<src/>
|
||||
<roundmode/> <!-- Also has rtna -->
|
||||
<!-- Also has infinity handling for arctan -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue