_mm256_castpd256_pd128

Cast vector of type __m256d to type __m128d; the upper 128 bits of a are lost.

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

Meta