Function _mm512_cvt_roundepi64_pd

Source
pub fn _mm512_cvt_roundepi64_pd<const ROUNDING: i32>(a: __m512i) -> __m512d
🔬This is a nightly-only experimental API. (stdarch_x86_avx512)
Expand description

Convert packed signed 64-bit integers in a to packed double-precision (64-bit) floating-point elements, and store the results in dst. Rounding is done according to the ROUNDING parameter, which can be one of:

Intel’s Documentation