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

pub unsafe fn _mm256_broadcastsi128_si256(a: __m128i) -> __m256i
This is supported on x86 and target feature avx2 only.
Expand description

从 a 广播 128 位整数数据到 256 位返回值中的所有 128 位通道。

Intel’s documentation