Mesa (main): pan/va: Add absneg modifier to V2F32_TO_V2F16

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 2 15:33:06 UTC 2022


Module: Mesa
Branch: main
Commit: 2bfcfa005deab875b419576eed639b667303c315
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bfcfa005deab875b419576eed639b667303c315

Author: Icecream95 <ixn at disroot.org>
Date:   Sat Mar 26 10:40:17 2022 +1300

pan/va: Add absneg modifier to V2F32_TO_V2F16

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15588>

---

 src/panfrost/bifrost/valhall/ISA.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml
index 3009b9b6fad..6db3cf7ee77 100644
--- a/src/panfrost/bifrost/valhall/ISA.xml
+++ b/src/panfrost/bifrost/valhall/ISA.xml
@@ -1732,8 +1732,8 @@
       a 32-bit destination.
     </desc>
     <clamp/>
-    <src>A</src>
-    <src>B</src>
+    <src absneg="true">A</src>
+    <src absneg="true">B</src>
   </group>
 
   <group name="FRSCALE" title="Floating-point rescaling" dests="1" opcode2="6" unit="FMA">



More information about the mesa-commit mailing list