다음을 통해 공유


Sse2.StoreNonTemporal 메서드

정의

오버로드

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

매개 변수

address
Int32*
value
Int32

적용 대상

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

매개 변수

address
UInt32*
value
UInt32

적용 대상