Skip to content

Commit

Permalink
Ensure HW intrinsics enabled when running arm64 longmul tests. (dotne…
Browse files Browse the repository at this point in the history
…t#92607)

Currently, when jitstress runs the HWIntrinsics disabled environment
for JIT opts, this test will fall over as it must have hardware
intrinsics enabled to detect the correct assembly output.

This patch simply forces on DOTNET_EnableHWIntrinsic to ensure the
test will always function correctly.
  • Loading branch information
c272 authored Sep 26, 2023
1 parent e4b4084 commit 500d0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/JIT/opt/Multiply/MultiplyLongOps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@

<CLRTestEnvironmentVariable Include="DOTNET_TieredCompilation" Value="0" />
<CLRTestEnvironmentVariable Include="DOTNET_JITMinOpts" Value="0" />
<CLRTestEnvironmentVariable Include="DOTNET_EnableHWIntrinsic" Value="1" />
</ItemGroup>
</Project>

0 comments on commit 500d0ac

Please sign in to comment.