Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12d90eb

Browse files
committedMay 9, 2025·
Disable Avx10.2 smoketest
1 parent 2a3a10a commit 12d90eb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎src/tests/nativeaot/SmokeTests/HardwareIntrinsics/X64Avx10v2.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919

2020
<PropertyGroup>
2121
<CLRTestBashPreCommands><![CDATA[
22-
$(CLRTestBashPreCommands)
23-
if ! cc -dM -E -march=native - < /dev/null 2>/dev/null | grep -q __AVX10v2__; then
24-
echo No support for AVX10v2, test not applicable.
25-
exit 0
26-
fi
22+
$(CLRTestBatchPreCommands)
23+
echo No support for AVX10v2, test not applicable.
24+
exit /B 0
2725
]]></CLRTestBashPreCommands>
2826
</PropertyGroup>
2927

0 commit comments

Comments
 (0)
Please sign in to comment.