Skip to content

Commit c3c66fe

Browse files
gkluczekigcbot
authored andcommitted
Minor refactoring
Minor refactoring
1 parent db0471a commit c3c66fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/Compiler/CISACodeGen/EmitVISAPass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4301,7 +4301,6 @@ void EmitPass::Mul64(CVariable* dst, CVariable* src[2], SIMDMode simdMode, bool
43014301
CVariable* dstHiTemp = m_currShader->GetNewVariable(numLanes(simdMode), hiType, m_destination->GetAlign(),
43024302
dst->IsUniform(), UpdateVariableName(CName(m_destination->getName(), "int64HiTmp")));
43034303

4304-
43054304
//
43064305
// Algorithm:
43074306
// - Break the 64 bit sources into 32bit low/high halves.

0 commit comments

Comments
 (0)