We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46648f3 commit f736e4fCopy full SHA for f736e4f
src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_r.csproj
@@ -1,6 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4
+ <!-- https://github.com/dotnet/runtime/issues/118234 -->
5
+ <NativeAotIncompatible>true</NativeAotIncompatible>
6
</PropertyGroup>
7
8
<DebugType>Embedded</DebugType>
src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_ro.csproj
0 commit comments