_mm256_castps256_ps128

Cast vector of type __m256 to type __m128. The upper 128-bit of a are lost.

nothrow @nogc pure @trusted
__m128
_mm256_castps256_ps128
(
__m256 a
)

Meta