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

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

Intel’s documentation