_mm_shuffle_pd

Shuffle double-precision (64-bit) floating-point elements using the control in imm8.

nothrow @nogc pure @safe
__m128d
_mm_shuffle_pd
(
int imm8
)
(
__m128d a
,
__m128d b
)

See Also

_MM_SHUFFLE2.

Meta