Method store_si128
store_si128(void*, v128)
Store 128-bits of integer data from a into memory.
Declaration
public static void store_si128(void* ptr, v128 val)
Parameters
Type | Name | Description |
---|---|---|
void* | ptr | Pointer |
v128 | val | Value |
Remarks
Burst always generates unaligned stores.