Method store_ps
store_ps(void*, v128)
Store 128-bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a into memory.
Declaration
public static void store_ps(void* ptr, v128 val)
Parameters
Type | Name | Description |
---|---|---|
void* | ptr | Pointer |
v128 | val | Value vector |
Remarks
Burst will always generate unaligned stores.