Function core::arch::x86::_mm256_cvtph_ps[][src]

pub unsafe fn _mm256_cvtph_ps(a: __m128i) -> __m256
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature f16c only.
Expand description

将 128 位 vector a 中的 8 x 16 位半精度浮点值转换为存储在 256 位宽 vector 中的 8 x 32 位浮点值。