Skip to content

Commit ba4178f

Browse files
gkluczekigcbot
authored andcommitted
Changed scope of hasInt64DstMul
Changed scope of hasInt64DstMul.
1 parent ce974fb commit ba4178f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ bool hasFullInt64() const
729729

730730
bool hasInt64DstMul() const
731731
{
732-
return m_platformInfo.eProductFamily == IGFX_PVC;
732+
return (m_platformInfo.eProductFamily == IGFX_PVC && m_platformInfo.usRevId < REVISION_B);
733733
}
734734

735735
bool hasExecSize16DPAS() const

0 commit comments

Comments
 (0)