Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-08-01 01:37:26 +0300
committerJan Kotas <jkotas@microsoft.com>2018-08-01 04:38:54 +0300
commit624c08c152ea68e2d5a2ede3d68ec725bf3bed66 (patch)
tree9ca399e8a8c112253233bbd76a5daffa4811b83a /src
parent2419ada0cc318a15ff09be2341cba5896e6085be (diff)
Fix build break
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.PlatformNotSupported.cs1
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.cs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.PlatformNotSupported.cs b/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.PlatformNotSupported.cs
index b4fd77f61..91becab4d 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.PlatformNotSupported.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.PlatformNotSupported.cs
@@ -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() { }
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.cs b/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.cs
index 160e95eb6..88cb8d0cb 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Fma.cs
@@ -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() { }