__simd_sto

For "store" operations of the form: op1 op= op2 such as MOVLPS.

version(D_SIMD)
pure nothrow @safe @nogc @safe
void16
__simd_sto
(,
void16 op1
,
void16 op2
)

Return Value

Type: void16

op2 These cannot be marked as pure, as semantic() doesn't check them.

Meta