Function core::arch::x86::_mm256_zextps128_ps2561.27.0[][src]

pub unsafe fn _mm256_zextps128_ps256(a: __m128) -> __m256
This is supported on x86 and target feature avx,sse only.
Expand description

从 a 创建一个 [8 x float] 的 256 位浮点 vector [4 x float] 的 128 位浮点 vector。低 128 位包含源 vector 的值。 高 128 位设置为零。

Intel’s documentation