Pclmulqdq Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Important

This API is not CLS-compliant.

This class provides access to Intel PCLMULQDQ hardware instructions via intrinsics.

C#
[System.CLSCompliant(false)]
public abstract class Pclmulqdq : System.Runtime.Intrinsics.X86.Sse2
Inheritance
Pclmulqdq
Inheritance
Pclmulqdq
Attributes

Properties

IsSupported

Gets a value that indicates whether the APIs in this class are supported.

Methods

CarrylessMultiply(Vector128<Int64>, Vector128<Int64>, Byte)

__m128i _mm_clmulepi64_si128 (__m128i a, __m128i b, const int imm8)

PCLMULQDQ xmm, xmm/m128, imm8

CarrylessMultiply(Vector128<UInt64>, Vector128<UInt64>, Byte)

__m128i _mm_clmulepi64_si128 (__m128i a, __m128i b, const int imm8)

PCLMULQDQ xmm, xmm/m128, imm8

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10