Share via


Sse42 類別

定義

重要

此 API 不符合 CLS 規範。

此類別可讓您透過內建函式存取 Intel SSE4.2 硬體指示。

public ref class Sse42 abstract : System::Runtime::Intrinsics::X86::Sse41
[System.CLSCompliant(false)]
public abstract class Sse42 : System.Runtime.Intrinsics.X86.Sse41
[<System.CLSCompliant(false)>]
type Sse42 = class
    inherit Sse41
Public MustInherit Class Sse42
Inherits Sse41
繼承
繼承
衍生
屬性

屬性

IsSupported

此類別可讓您透過內建函式存取 Intel SSE4.2 硬體指示。

方法

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)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於