Fixing AdvSimd.Arm64 to have an internal constructor in the "supported" file. (dotnet...
authorTanner Gooding <tagoo@outlook.com>
Tue, 1 Oct 2019 16:25:37 +0000 (09:25 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 16:25:37 +0000 (09:25 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/59ebac9ef8bf5079fdfa414fe26d9ae08e654287

src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Arm/AdvSimd.cs

index 8d0b5e3..a2b9466 100644 (file)
@@ -20,6 +20,8 @@ namespace System.Runtime.Intrinsics.Arm
         [Intrinsic]
         public new abstract class Arm64 : ArmBase.Arm64
         {
+            internal Arm64() { }
+
             public static new bool IsSupported { get => IsSupported; }
 
             /// <summary>