You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPIRV] Preserve NaN, Inf, and signed zeros w/ -Gis (#7693)
The `-Gis` flag opts into "strict" IEEE math rules, which include
preserving NaN, Inf and signed/unsigned zeros. This change adds the
SPIRV SignedZeroInfNanPreserve capability and execution mode when `-Gis`
is passed to DXC.
---------
Co-authored-by: Nathan Gauër <[email protected]>
0 commit comments