1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Fix test that uses SVE intrinsic (#105831)

This commit is contained in:
Will Smith 2024-08-01 12:26:01 -07:00 committed by GitHub
parent 9fe8c95c89
commit c0a31c5233
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Optimize>True</Optimize>
<NoWarn>SYSLIB5003</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />