Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure HW intrinsics enabled when running arm64 longmul tests. (dotne…
…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