Function _mm512_cvtpd_pslo

Source
pub fn _mm512_cvtpd_pslo(v2: __m512d) -> __m512
🔬This is a nightly-only experimental API. (stdarch_x86_avx512)
Expand description

Performs an element-by-element conversion of packed double-precision (64-bit) floating-point elements in v2 to single-precision (32-bit) floating-point elements and stores them in dst. The elements are stored in the lower half of the results vector, while the remaining upper half locations are set to 0.

Intel’s documentation