Skip to content

Commit f0cb23a

Browse files
JaroszPiotrigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent c5d9b0f commit f0cb23a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4166,7 +4166,9 @@ namespace IGC
41664166
SaveOption(vISA_setFFID, ffid[unsigned(context->type)]);
41674167
}
41684168

4169-
SaveOption(vISA_hasRNEandDenorm, true);
4169+
{
4170+
SaveOption(vISA_hasRNEandDenorm, true);
4171+
}
41704172

41714173
// need to fold ret into the previous RTWrite/URBWrite/etc
41724174
if (context->type != ShaderType::OPENCL_SHADER && context->type != ShaderType::COMPUTE_SHADER)

0 commit comments

Comments
 (0)