Function _mm512_mask_cvt_roundepi64_pd

#[target_feature(enable = "avx512dq")]
pub fn _mm512_mask_cvt_roundepi64_pd(src: __m512d, k: __mmask8, a: __m512i, ROUNDING: i32) -> __m512d

Convert packed signed 64-bit integers in a to packed double-precision (64-bit) floating-point elements, and store the results in dst using writemask k (elements are copied from src if the corresponding bit is not set). Rounding is done according to the ROUNDING parameter, which can be one of:

Intel's Documentation