Fix build break
authorJan Kotas <jkotas@microsoft.com>
Tue, 31 Jul 2018 22:37:26 +0000 (15:37 -0700)
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Wed, 1 Aug 2018 03:53:14 +0000 (20:53 -0700)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.PlatformNotSupported.cs
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.cs

index b4fd77f..91becab 100644 (file)
@@ -10,6 +10,7 @@ namespace System.Runtime.Intrinsics.X86
     /// <summary>
     /// This class provides access to Intel FMA hardware instructions via intrinsics
     /// </summary>
+    [CLSCompliant(false)]
     public abstract class Fma : Avx
     {
         internal Fma() { }
index 160e95e..88cb8d0 100644 (file)
@@ -10,6 +10,7 @@ namespace System.Runtime.Intrinsics.X86
     /// <summary>
     /// This class provides access to Intel FMA hardware instructions via intrinsics
     /// </summary>
+    [CLSCompliant(false)]
     public abstract class Fma : Avx
     {
         internal Fma() { }