_mm256_zextps128_ps256

Cast vector of type __m128 to type __m256; the upper 128 bits of the result are zeroed.

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

Meta