Sse2.StoreNonTemporal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- address
- Int32*
- value
- Int32
Applies to
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
Parameters
- address
- UInt32*
- value
- UInt32
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.