mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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:
parent
ed50cf29f3
commit
6549b993e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue