Method stream_si32
stream_si32(int*, int)
Store 32-bit integer "a" into memory using a non-temporal hint to minimize cache pollution. If the cache line containing address "mem_addr" is already in the cache, the cache will be updated.
Declaration
public static void stream_si32(int* mem_addr, int a)
Parameters
Type | Name | Description |
---|---|---|
int* | mem_addr | Memory address |
int | a | 32-bit integer |