Mesa (main): pan/va: Add missing <roundmode/> to V2F32_TO_V2F16

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 8 01:13:50 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Mon Jun 27 15:48:31 2022 -0400

pan/va: Add missing <roundmode/> to V2F32_TO_V2F16

So we can implement f2f16_rtz.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17262>

---

 src/panfrost/bifrost/valhall/ISA.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml
index 495bac43edf..8b0e2b8106f 100644
--- a/src/panfrost/bifrost/valhall/ISA.xml
+++ b/src/panfrost/bifrost/valhall/ISA.xml
@@ -1759,6 +1759,7 @@
       a 32-bit destination.
     </desc>
     <clamp/>
+    <roundmode/>
     <src absneg="true">A</src>
     <src absneg="true">B</src>
   </group>



More information about the mesa-commit mailing list