Method loadu_ps
loadu_ps(Void*)
Load 128-bits (composed of 4 packed single-precision (32-bit) floating-point elements) from memory into dst. mem_addr does not need to be aligned on any particular boundary.
Declaration
public static v128 loadu_ps(void *ptr)
Parameters
Type | Name | Description |
---|---|---|
Void* | ptr | Pointer |
Returns
Type | Description |
---|---|
v128 | Vector |