Skip to content

Commit

Permalink
Enable rdm, dotprod when cross-aot-compiling runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imhameed committed Jun 22, 2021
1 parent b635026 commit 24a95bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/run.proj
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
<MonoAotOption Include="mattr=crc" />
<MonoAotOption Include="mattr=crypto" />
<MonoAotOption Include="mattr=neon" />
<MonoAotOption Include="mattr=rdm" />
<MonoAotOption Include="mattr=dotprod" />
</ItemGroup>
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64'">
<MonoAotOption Include="mattr=sse4.2" />
Expand Down

0 comments on commit 24a95bd

Please sign in to comment.