Function core::arch::x86_64::_mm256_set1_epi16

1.27.0 · source ·
pub unsafe fn _mm256_set1_epi16(a: i16) -> __m256i
Available on (x86 or x86-64) and target feature avx and x86-64 only.
Expand description

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

Intel’s documentation