style: remove redundant CLSCompliant on internal methods

This commit is contained in:
Oliver Booth 2023-04-05 13:42:02 +01:00
parent 512445793e
commit 3ab1ab0b41
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 0 additions and 2 deletions

View File

@ -249,7 +249,6 @@ public static class IntrinsicUtility
}
[Pure]
[CLSCompliant(false)]
[MethodImpl(CompilerResources.MethodImplOptions)]
internal static Vector128<ulong> MultiplyInternal_Fallback(Vector128<ulong> left, Vector128<ulong> right)
{
@ -267,7 +266,6 @@ public static class IntrinsicUtility
}
[Pure]
[CLSCompliant(false)]
[MethodImpl(CompilerResources.MethodImplOptions)]
internal static Vector128<ulong> MultiplyInternal_Sse2(Vector128<ulong> left, Vector128<ulong> right)
{