Pclmulqdq.V256 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.
public: ref class Pclmulqdq::V256 abstract
public abstract class Pclmulqdq.V256
type Pclmulqdq.V256 = class
Public MustInherit Class Pclmulqdq.V256
- Inheritance
-
Pclmulqdq.V256
Properties
| Name | Description |
|---|---|
| IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
Methods
| Name | Description |
|---|---|
| CarrylessMultiply(Vector256<Int64>, Vector256<Int64>, Byte) |
__m256i _mm256_clmulepi64_epi128 (__m256i a, __m256i b, const int imm8) VPCLMULQDQ ymm1, ymm2, ymm3/m256, imm8 |
| CarrylessMultiply(Vector256<UInt64>, Vector256<UInt64>, Byte) |
__m256i _mm256_clmulepi64_epi128 (__m256i a, __m256i b, const int imm8) VPCLMULQDQ ymm1, ymm2, ymm3/m256, 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) |