Skip to content

Commit 85ddef1

Browse files
authored
Quick disasm check CI JitStress fix (#76417)
Runtime_33972 was failing in ARM64 in JitStress because it turns off HWIntrinsic - so I force the test to enable it.
1 parent 992f178 commit 85ddef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
$(CLRTestBatchPreCommands)
1111
set COMPlus_TieredCompilation=0
1212
set COMPlus_JITMinOpts=0
13+
set COMPlus_EnableHWIntrinsic=1
1314
]]></CLRTestBatchPreCommands>
1415
<BashCLRTestPreCommands><![CDATA[
1516
$(BashCLRTestPreCommands)
1617
export COMPlus_TieredCompilation=0
1718
export COMPlus_JITMinOpts=0
19+
export COMPlus_EnableHWIntrinsic=1
1820
]]></BashCLRTestPreCommands>
1921
</PropertyGroup>
2022
<ItemGroup>

0 commit comments

Comments
 (0)