nir/algebraic: actually seperate contract and inexact

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40872>
This commit is contained in:
Georg Lehmann 2026-04-09 17:32:03 +02:00 committed by Marge Bot
parent ed50cf29f3
commit 6549b993e6

View file

@ -482,7 +482,7 @@ class Expression(Value):
exclude.add("nir_fp_exact")
if self.contract:
exclude.add("nir_fp_exact")
exclude.add("nir_fp_no_contract")
if self.nsz:
exclude.add("nir_fp_preserve_signed_zero")