Method load_ps
load_ps(void*)
Load 128-bits (composed of 4 packed single-precision (32-bit) floating-point elements) from memory into dst.
Declaration
public static v128 load_ps(void* ptr)
Parameters
Type | Name | Description |
---|---|---|
void* | ptr | Pointer |
Returns
Type | Description |
---|---|
v128 | Vector |
Remarks
Burst will always generate unaligned loads.