Skip to content

Commit 79ea4a6

Browse files
ViacheslavRbsys_zuul
authored and
sys_zuul
committed
JSL does not suppport madm, therefore this platform must be added
to hasCorrectlyRoundedMacros() function. Change-Id: Id94c887a45a955850d394df64307434721d58e9a
1 parent deed56b commit 79ea4a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ namespace IGC
320320
bool hasCorrectlyRoundedMacros() const {
321321
return m_platformInfo.eProductFamily != IGFX_ICELAKE_LP &&
322322
m_platformInfo.eProductFamily != IGFX_LAKEFIELD &&
323+
m_platformInfo.eProductFamily != IGFX_JASPERLAKE &&
323324
m_platformInfo.eProductFamily != IGFX_TIGERLAKE_LP;
324325
}
325326

0 commit comments

Comments
 (0)