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

pub unsafe fn _mm512_cvtpd_pslo(v2: __m512d) -> __m512
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx512f only.
Expand description

将 v2 中的包装的双精度 (64-bit) 浮点元素执行逐元素转换为单精度 (32-bit) 浮点元素并将其存储在 dst 中。元素存储在结果 vector 的下半部分中,而其余的上半部分位置设置为 0。

Intel’s documentation