Skip to content

Commit c1e9977

Browse files
harshaduntwaleZuul
authored andcommitted
Internal Fix
Change-Id: If62fef51c2bd0b9fb1d4f5ab884d3d7af7ad9d70
1 parent 35c6e02 commit c1e9977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ DECLARE_IGC_REGKEY(bool, EnableLogicalAndToBranch, true,
166166
"Enable convert logical AND to conditional branch", false)
167167
DECLARE_IGC_REGKEY(bool, DisableMovingInstanceIDIndexOfVS, false, "Disable moving index of InstanceID in VS to last location.", false)
168168
DECLARE_IGC_REGKEY(bool, EnableSplitUnalignedVector, true, "Enable Splitting of unaligned vectors for loads and stores", false)
169+
DECLARE_IGC_REGKEY(bool, DisableFDivReassociation, false, "Disable reassociation for Fdiv operations to avoid precision difference", false)
169170

170171
DECLARE_IGC_GROUP("Shader debugging")
171172
DECLARE_IGC_REGKEY(bool, ShaderDebugHashCodeInKernel, false, "Append hash code to the binary", false)

0 commit comments

Comments
 (0)