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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 2 18:00:11 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Jan 28 17:17:25 2022 -0500

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

For parity with Bifrost.

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

---

 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 df2e84c855c..f35790bb1a5 100644
--- a/src/panfrost/bifrost/valhall/ISA.xml
+++ b/src/panfrost/bifrost/valhall/ISA.xml
@@ -1392,6 +1392,7 @@
       Given a pair of 32-bit floats, output a pair of 16-bit floats packed into
       a 32-bit destination.
     </desc>
+    <clamp/>
     <src>A</src>
     <src>B</src>
   </group>



More information about the mesa-commit mailing list