Sse42 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 SSE4.2 hardware instructions via intrinsics.

C#
[System.CLSCompliant(false)]
public abstract class Sse42 : System.Runtime.Intrinsics.X86.Sse41
Inheritance
Inheritance
Derived
Attributes

Properties

IsSupported

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

Methods

CompareGreaterThan(Vector128<Int64>, Vector128<Int64>)

__m128i _mm_cmpgt_epi64 (__m128i a, __m128i b)

PCMPGTQ xmm, xmm/m128

Crc32(UInt32, Byte)

unsigned int _mm_crc32_u8 (unsigned int crc, unsigned char v)

CRC32 reg, reg/m8

Crc32(UInt32, UInt16)

unsigned int _mm_crc32_u16 (unsigned int crc, unsigned short v)

CRC32 reg, reg/m16

Crc32(UInt32, UInt32)

unsigned int _mm_crc32_u32 (unsigned int crc, unsigned int v)

CRC32 reg, reg/m32

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