Function _mm512_cvtpd_pslo

1.89.0 · Source
pub fn _mm512_cvtpd_pslo(v2: __m512d) -> __m512
Available on (x86 or x86-64) and target feature avx512f and x86 only.
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