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.
public ref class Pclmulqdq abstract : System::Runtime::Intrinsics::X86::Sse2
[System.CLSCompliant(false)]
public abstract class Pclmulqdq : System.Runtime.Intrinsics.X86.Sse2
[<System.CLSCompliant(false)>]
type Pclmulqdq = class
inherit Sse2
Public MustInherit Class Pclmulqdq
Inherits Sse2
- Inheritance
- Inheritance
- 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) |