Sse42 Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Cette classe fournit un accès aux instructions du matériel Intel SSE4.2 par le biais d’intrinsèques.
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
- Héritage
- Héritage
- Dérivé
- Attributs
Propriétés
IsSupported |
Cette classe fournit un accès aux instructions du matériel Intel SSE4.2 par le biais d’intrinsèques. |
Méthodes
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) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |