Method storeu_si32
storeu_si32(void*, v128)
Store 32-bit integer from the first element of a into memory. mem_addr does not need to be aligned on any particular boundary.
Declaration
public static void storeu_si32(void* mem_addr, v128 a)
Parameters
Type | Name | Description |
---|---|---|
void* | mem_addr | Memory address |
v128 | a | Vector a |