_mm256_castpd128_pd256

Cast vector of type __m128d to type __m256d; the upper 128 bits of the result are undefined.

nothrow @nogc pure @trusted
__m256d
_mm256_castpd128_pd256
(
__m128d a
)

Meta