We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992f178 commit 85ddef1Copy full SHA for 85ddef1
src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj
@@ -10,11 +10,13 @@
10
$(CLRTestBatchPreCommands)
11
set COMPlus_TieredCompilation=0
12
set COMPlus_JITMinOpts=0
13
+set COMPlus_EnableHWIntrinsic=1
14
]]></CLRTestBatchPreCommands>
15
<BashCLRTestPreCommands><![CDATA[
16
$(BashCLRTestPreCommands)
17
export COMPlus_TieredCompilation=0
18
export COMPlus_JITMinOpts=0
19
+export COMPlus_EnableHWIntrinsic=1
20
]]></BashCLRTestPreCommands>
21
</PropertyGroup>
22
<ItemGroup>
0 commit comments