Method loadu_si64
loadu_si64(Void*)
Load unaligned 64-bit integer from memory into the first element of dst.
Declaration
public static v128 loadu_si64(void *mem_addr)
Parameters
| Type | Name | Description | 
|---|---|---|
| Void* | mem_addr | Memory address  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |