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

pub unsafe fn _mm256_set1_epi16(a: i16) -> __m256i
This is supported on x86 and target feature avx only.
Expand description

向返回的 vector 的所有所有元素广播 16 位整数 a。 此内联函数可能会生成 vpbroadcastw

Intel’s documentation