Sse2.StoreNonTemporal 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
- 來源:
- Sse2.cs
- 來源:
- Sse2.cs
- 來源:
- 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
參數
- address
- Int32*
- value
- Int32
適用於
StoreNonTemporal(UInt32*, UInt32)
- 來源:
- Sse2.cs
- 來源:
- Sse2.cs
- 來源:
- 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
參數
- address
- UInt32*
- value
- UInt32