_mm256_unpackhi_pd

Unpack and interleave double-precision (64-bit) floating-point elements from the high half of each 128-bit lane in a and b.

nothrow @nogc pure @trusted
__m256d
_mm256_unpackhi_pd
(
__m256d a
,
__m256d b
)

Meta