Sse2.StoreNonTemporal Méthode
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.
Surcharges
StoreNonTemporal(Int32*, Int32) |
void _mm_stream_si32(int *p, int a) MOVNTI m32, r32 |
StoreNonTemporal(UInt32*, UInt32) |
void _mm_stream_si32(int *p, int a) MOVNTI m32, r32 |
StoreNonTemporal(Int32*, Int32)
- Source:
- Sse2.cs
- Source:
- Sse2.cs
- Source:
- Sse2.cs
void _mm_stream_si32(int *p, int a)
MOVNTI m32, r32
public:
static void StoreNonTemporal(int* address, int value);
public static void StoreNonTemporal (int* address, int value);
static member StoreNonTemporal : nativeptr<int> * int -> unit
Paramètres
- address
- Int32*
- value
- Int32
S’applique à
StoreNonTemporal(UInt32*, UInt32)
- Source:
- Sse2.cs
- Source:
- Sse2.cs
- Source:
- Sse2.cs
void _mm_stream_si32(int *p, int a)
MOVNTI m32, r32
public:
static void StoreNonTemporal(System::UInt32* address, System::UInt32 value);
public static void StoreNonTemporal (uint* address, uint value);
static member StoreNonTemporal : nativeptr<uint32> * uint32 -> unit
Paramètres
- address
- UInt32*
- value
- UInt32
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.