simd_sto

For "store" operations of the form: op1 op= op2

version(D_SIMD)
@safe
V1
simd_sto
(
XMM opcode
V1
V2
)
(
V1 op1
,
V2 op2
)
if (
is(V1 == __vector) &&
is(V2 == __vector)
)

Return Value

Type: V1

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

Meta

Suggestion Box / Bug Report