Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests exposing issue #60035 #60047

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_AdvSimd
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.AdvSimd.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_AdvSimd_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.AdvSimd.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_Aes
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Aes.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_Aes_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Aes.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_ArmBase
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.ArmBase.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_ArmBase_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.ArmBase.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_Crc32
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Crc32.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_Crc32_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Crc32.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_Dp
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Dp.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_Dp_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Dp.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_Rdm
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Rdm.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_Rdm_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Rdm.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_Sha1
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Sha1.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_Sha1_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Sha1.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_Arm_Sha256
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Sha256.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_Arm_Sha256_Arm64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.Arm.Sha256.Arm64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_X86_Avx
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.X86.Avx.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_X86_Avx_X64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.X86.Avx.X64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System.Runtime.CompilerServices;

namespace Runtime_60035
{
public static class Helper_System_Runtime_Intrinsics_X86_Avx2
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.X86.Avx2.IsSupported; }
}
}

public static class Helper_System_Runtime_Intrinsics_X86_Avx2_X64
{
public static bool IsSupported
{
[MethodImpl(MethodImplOptions.NoInlining)]
get { return System.Runtime.Intrinsics.X86.Avx2.X64.IsSupported; }
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

</Project>
Loading