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.