Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5ef0df3

Browse files
committed
[Arm64] Disable SIMD in crossgen (added as part of #14633)
1 parent 8e7aa00 commit 5ef0df3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/zap/zapper.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,14 +1308,6 @@ void Zapper::InitializeCompilerFlags(CORCOMPILE_VERSION_INFO * pVersionInfo)
13081308

13091309
#endif // _TARGET_X86_
13101310

1311-
#if defined(_TARGET_ARM64_)
1312-
static ConfigDWORD fFeatureSIMD;
1313-
if (fFeatureSIMD.val(CLRConfig::EXTERNAL_FeatureSIMD) != 0)
1314-
{
1315-
m_pOpt->m_compilerFlags.Set(CORJIT_FLAGS::CORJIT_FLAG_FEATURE_SIMD);
1316-
}
1317-
#endif
1318-
13191311
if ( m_pOpt->m_compilerFlags.IsSet(CORJIT_FLAGS::CORJIT_FLAG_DEBUG_INFO)
13201312
&& m_pOpt->m_compilerFlags.IsSet(CORJIT_FLAGS::CORJIT_FLAG_DEBUG_CODE)
13211313
&& m_pOpt->m_compilerFlags.IsSet(CORJIT_FLAGS::CORJIT_FLAG_PROF_ENTERLEAVE))

0 commit comments

Comments
 (0)