_mm256_castsi256_si128

Cast vector of type __m256i to type __m128i. The upper 128-bit of a are lost.

nothrow @nogc pure @trusted
__m128i
_mm256_castsi256_si128
(
__m256i a
)

Meta