Sse3 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 SSE3 par le biais d’intrinsèques.
public ref class Sse3 abstract : System::Runtime::Intrinsics::X86::Sse2
[System.CLSCompliant(false)]
public abstract class Sse3 : System.Runtime.Intrinsics.X86.Sse2
[<System.CLSCompliant(false)>]
type Sse3 = class
inherit Sse2
Public MustInherit Class Sse3
Inherits Sse2
- Héritage
- Héritage
- Dérivé
- Attributs
Propriétés
IsSupported |
Cette classe fournit un accès aux instructions du matériel Intel SSE3 par le biais d’intrinsèques. |
Méthodes
AddSubtract(Vector128<Double>, Vector128<Double>) |
__m128d _mm_addsub_pd (__m128d a, __m128d b) ADDSUBPD xmm, xmm/m128 |
AddSubtract(Vector128<Single>, Vector128<Single>) |
__m128 _mm_addsub_ps (__m128 a, __m128 b) ADDSUBPS xmm, xmm/m128 |
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) |
HorizontalAdd(Vector128<Double>, Vector128<Double>) |
__m128d _mm_hadd_pd (__m128d a, __m128d b) HADDPD xmm, xmm/m128 |
HorizontalAdd(Vector128<Single>, Vector128<Single>) |
__m128 _mm_hadd_ps (__m128 a, __m128 b) HADDPS xmm, xmm/m128 |
HorizontalSubtract(Vector128<Double>, Vector128<Double>) |
__m128d _mm_hsub_pd (__m128d a, __m128d b) HSUBPD xmm, xmm/m128 |
HorizontalSubtract(Vector128<Single>, Vector128<Single>) |
__m128 _mm_hsub_ps (__m128 a, __m128 b) HSUBPS xmm, xmm/m128 |
LoadAndDuplicateToVector128(Double*) |
__m128d _mm_loaddup_pd (double const* mem_addr) MOVDDUP xmm, m64 |
LoadDquVector128(Byte*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
LoadDquVector128(Int16*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
LoadDquVector128(Int32*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
LoadDquVector128(Int64*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
LoadDquVector128(SByte*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm, m128 |
LoadDquVector128(UInt16*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
LoadDquVector128(UInt32*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
LoadDquVector128(UInt64*) |
__m128i _mm_lddqu_si128 (__m128i const* mem_addr) LDDQU xmm1, m128 VLDDQU xmm1, m128 |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
MoveAndDuplicate(Vector128<Double>) |
__m128d _mm_movedup_pd (__m128d a) MOVDDUP xmm, xmm/m64 |
MoveHighAndDuplicate(Vector128<Single>) |
__m128 _mm_movehdup_ps (__m128 a) MOVSHDUP xmm, xmm/m128 |
MoveLowAndDuplicate(Vector128<Single>) |
__m128 _mm_moveldup_ps (__m128 a) MOVSLDUP xmm, xmm/m128 |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |