Sse42 Classe

Definizione

Importante

Questa API non è conforme a CLS.

Questa classe consente l'accesso alle istruzioni hardware Intel SSE4.2 tramite oggetti intrinseci.

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
Ereditarietà
Ereditarietà
Derivato
Attributi

Proprietà

IsSupported

Questa classe consente l'accesso alle istruzioni hardware Intel SSE4.2 tramite oggetti intrinseci.

Metodi

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)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a