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

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

从内存 (由 4 个包装的单精度 (32-bit) 浮点元素组成) 向广播的 vector 的所有元素广播 128 位。

Intel’s documentation