Method storeu_ps
storeu_ps(void*, v128)
Store 128-bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a into memory. mem_addr does not need to be aligned on any particular boundary.
Declaration
public static void storeu_ps(void* ptr, v128 val)
Parameters
Type | Name | Description |
---|---|---|
void* | ptr | Pointer |
v128 | val | Value vector |