Method storeu_si16
storeu_si16(Void*, v128)
Store 16-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_si16(void *mem_addr, v128 a)
Parameters
Type | Name | Description |
---|---|---|
Void* | mem_addr | Memory address |
v128 | a | Vector a |