_mm256_castps128_ps256

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

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

Meta